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
151 packages
Order
Sort by
@bemoje/api-util
@bemoje/args-to-array
Takes an arguments-object and returns its values in an array.
@bemoje/argv
Returns array of node-js commandline arguments
@bemoje/arr-any
Check whether a condition is true for any element of an array. The condition check is in the form of a callback.
@bemoje/array
@bemoje/arr-bubble-sort
Sort array by bubbling up bigger values to the right side. Runtime: O(n^2)
@bemoje/arr-clone
Shallow clone of provided array, 'arr'.
@bemoje/arr-clone-deep
Node library template package with full ESM support. All features available as npm scripts: Jest testing. Rollup build. Rename package - affecting all relevant files. Readme generator. Markdown and HTML API-documentation. Npm publish and version bumping.
@bemoje/arr-del
Remove an element in place from an array, if present.
@bemoje/arr-del-immutable
Immnutably remove an element from an array if it is present.