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
78 packages
Order
Sort by
active-activity-search
Active.com Activity Search v2 HTTP API client.
apply-or
Invoke .apply if value is a function, otherwise, return default value.
array-append-until
Add one element to the end of an array returning the new array without mutating source array.
array-concat
Returns a new array comprised of the given array's contents with the given value appended.
array.filter
Curried function deriving a new array containing items from given array for which predicate returns true. Supports unary function, RegExp, dot/bracket-notation string path, and compound query object as predicate.
array-groupby
Curried function that returns a map (object) with keys derived by applying each array element to the given identity function. The value(s) at each key will be an array of elements whose identity matches the given key.
array-head
Returns the first element of the array or `undefined` if given an empty or non-array value.
arraymap
Curried function deriving new array values by applying provided function to each item/index of provided array. Fast and compatible with modern or old browsers.
array-mapcat
Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.
assert-env
Assert that specific environment variables exist.