object-keys
Object key accessor
Provides a shim for accessing object keys in JavaScript environments where Object.keys is not available.
Object.keys shim
45 stars
7 watching
17 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
ecmascriptes-shimses5javascriptkeysobjectpolyfillshim
Related projects:
Repository | Description | Stars |
---|---|---|
es-shims/object.entries | An ES2017 spec-compliant shim to ensure compatibility in environments lacking native Object.entries support. | 57 |
johnwquarles/mirrarray | Creates an object mapping input values to their string representations as keys. | 5 |
es-shims/globalthis | Provides a polyfill for accessing the global object in ECMAScript environments where it is not supported | 155 |
es-shims/object.fromentries | A shim polyfill for the Object.fromEntries method to ensure compatibility with older JavaScript environments. | 33 |
es-shims/object.values | Shim to implement Object.values in environments lacking its support or spec compliance | 72 |
es-shims/object-is | A shim for comparing values in JavaScript | 25 |
ryanaghdam/has-key-deep | A utility function to search nested objects for specific key paths or arrays of keys | 1 |
keycloak/keycloak-nodejs-connect | A Node.js adapter that simplifies authentication and authorization for modern web applications using an identity and access management solution. | 687 |
eush77/object-pairs | Transforms an object into a list of key-value pairs | 2 |
parro-it/map-array | Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
auth0/jwks-rsa-java | A Java library for working with JSON Web Keys and JWKS endpoints | 196 |
developit/dlv | A utility function that safely accesses nested object properties using dot notation or arrays, with options for default values. | 1,225 |
vladholubiev/missing-deep-keys | Tells you what keys from one object are missing in another by traversing nested objects recursively. | 0 |
jamesallardice/placeholders.js | A polyfill for the HTML5 placeholder attribute to enable its use across multiple browsers. | 949 |
es-shims/array.prototype.every | A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |