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
Socket Optimize
Optimize your dependencies
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
15 packages
Order
Sort by
ai-bridge
AI connector library, which helps simplify API usage, and provide out of the box caching.
configami
Configuration File Origami
@js-util/array-shuffle
Given an array, shuffles a cloned copy, and returns it. (Fisher–Yates method)
@js-util/config-loader
Quick and simple config loading, with sane defaults to get an application started
@js-util/config-object-merge
Given two config like object, merge them together - think if it as a recrusive merge that does *not* merge arrays
@js-util/fetch-nested-value
Fetch nested value within an object, using a dot notation string, eg: "hello.world"
@js-util/is-trueish
A very relaxed varient of `=== true`. Validate that the given param is true, 'true', 1, or '1'
@js-util/net-socket-connect
Given the remote port/host, setup a low level, net.Socket. With callbacks and connect timeout!
@js-util/promise-sleep
Returns a promise, which resolve after the specified sleep itme (ms)
@js-util/random-int
Returns a random value between max (exclusive) and min (inclusive)