GitHub
GitHub is a web-based hosting service for version control using Git.
53,775 tracked projects
Public Registry
github.comPublic registry metadata is sourced from known upstream package ecosystems.
Find Project in GitHub
| Project | Description |
|---|---|
Technical details for CVE-2023-46474 | |
Error handler gem that allows wrapping of code blocks with support for block retry, logging, exception filtering and re-raise | |
Like Array.forEach but does not skip holes. | |
Like Array.some but does not skip holes. | |
Creates an array of array values not included in the other given arrays. | |
Tests that all elements in the array pass the provided function. | |
Creates an array with all elements that pass the test by the provided function. | |
Executes a provided function once for each array element. | |
Determines whether an array includes a certain element. | |
Creates an array of unique values that are included in all given arrays. | |
Cross-browser array-like slicer. | |
Creates an array with the results of calling a function on every element. | |
Reduce an array (from left to right) to a single value. | |
Cross-browser array slicer. | |
Tests whether some element passes the provided function. | |
Creates an array of unique values, in order, from all given arrays. | |
Creates a new function with a bound sequence of arguments. | |
Calculates a fromIndex of a given value for an array. | |
My shareable eslint config for standard modules. ES3 | |
Find built-in ESLint rules you don't have in your custom config | |
Return the index of the first element in the array that satisfies the provided testing function. | |
Like Reflect.ownKeys but gets only enumerable properties. | |
Like Object.getOwnPropertySymbols but gets only enumerable properties. | |
Creates an array of all properties (enumerable or not) found directly upon a given object. | |
Creates an array of all symbol properties found directly upon a given object. | |
Sham for Object.getPrototypeOf | |
Check support of by-index access of string characters. | |
Indicates if the engine has a working bind function. | |
The constant value Infinity. |