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: over 2 years ago
Linked from 1 awesome list
ecmascriptes-shimses5javascriptkeysobjectpolyfillshim
Related projects:
Repository | Description | Stars |
---|---|---|
| An ES2017 spec-compliant shim to ensure compatibility in environments lacking native Object.entries support. | 57 |
| Creates an object mapping input values to their string representations as keys. | 5 |
| Provides a polyfill for accessing the global object in ECMAScript environments where it is not supported | 155 |
| A shim polyfill for the Object.fromEntries method to ensure compatibility with older JavaScript environments. | 33 |
| Shim to implement Object.values in environments lacking its support or spec compliance | 72 |
| A shim for comparing values in JavaScript | 25 |
| A utility function to search nested objects for specific key paths or arrays of keys | 1 |
| A Node.js adapter that simplifies authentication and authorization for modern web applications using an identity and access management solution. | 687 |
| Transforms an object into a list of key-value pairs | 2 |
| Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
| A Java library for working with JSON Web Keys and JWKS endpoints | 196 |
| A utility function that safely accesses nested object properties using dot notation or arrays, with options for default values. | 1,225 |
| Tells you what keys from one object are missing in another by traversing nested objects recursively. | 0 |
| A polyfill for the HTML5 placeholder attribute to enable its use across multiple browsers. | 949 |
| A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |