Socket for GitHub
Detect suspicious packages in PRs
Socket CLI
Use Socket from the command line
Socket Web Extension
Use Socket from your browser
Socket Dependency Search
Find any package for your project
Integrations
Docs
Want to read all the docs? Start here
Customers
Check out our customer stories
Blog
Keep up to date with all the news
Changelog
Latest updates and enhancements
FAQ
Answers to common questions
Package Alerts
Learn about all Socket alerts
Glossary
Open source and security terms
Customer Stories
About
Why we built Socket
Love
See why developers love Socket
Careers
Join our team
Investors
Learn about our investors
Security
Our security practices
Why Socket?
Achievements
Packages
Comaintainers
152 packages
Order
Sort by
2
The Type Conversion Library. Numbers, Strings, Arrays, Maps, Objects, and Iterators.
3
Performs a multi-level three-way comparison on numbers/strings and returns 1, 0, or -1.
3fn
Creates a three-way comparison callback.
abstract-class
Prevents instantiation of a parent class. Optionally defines properties that must be implemented by child classes.
add-counter
Adds a counter integer to iterated values.
ascii-whitespace
A regular expression for ASCII/HTML whitespace, as defined by W3C and WHATWG.
barr
A collection of binary search functions for sorted arrays.
bfind
Runs a binary search on any sorted collection.
binsert
Uses binary search to insert a value into any sorted collection.
cached-function
Wraps a function and caches its return values.