deep-equal-in-any-order
popularchai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order
Updated by @oprogramador
sort-any
Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)
Updated by @oprogramador
read-json-lines-sync
Synchronous reader of a string containing many lines in JSON format
Updated by @oprogramador
eslint-plugin-no-credentials
An ESlint plugin checking for any hardcoded credentials
Updated by @oprogramador
chai-subset-in-order
Chai plugin to test matching subsets in the same order
Updated by @oprogramador
most-common-words-by-language
List of the most common words in many languages
Updated by @oprogramador
array-starts-with
The same as String.prototype.startsWith but comparing array elements instead of string characters
Updated by @oprogramador
eslint-config-airbnb-improved
Eslint configuration based on Airbnb with some improvements
Updated by @oprogramador
github-star-history
A script checking stars number at a given point in time for a given GitHub repo
Updated by @oprogramador
random-weighted-item
Generator of random item in array by probability function
Updated by @oprogramador
to-sentence-case-with-dot
A JavaScript library converting a string, capitalizing first letter of each sentence and inserting a dot at the end if needed.
Updated by @oprogramador
merge-most-frequent
JS library for merging objects like Object.assign but it takes the most frequent value instead of the last value
Updated by @oprogramador
indexof-limited
JavaScript library to find the first occurence of a substring inside a long string limited to initial and end position
Updated by @oprogramador
countries-by-gdp-per-capita-cia
Countries by GDP per capita (PPP) according to CIA (https://www.cia.gov/library/publications/the-world-factbook/rankorder/2004rank.html)
Updated by @oprogramador
multi-language-password-strength-checker
Password strength checker using most common words from many languages
Updated by @oprogramador