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
4,086 packages
Order
Sort by
@stdlib/array
Arrays.
@stdlib/array-base
Base (i.e., lower-level) array utilities.
@stdlib/array-base-accessor
Create a minimal array-like object supporting the accessor protocol from another array-like object.
@stdlib/array-base-accessor-getter
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
@stdlib/array-base-accessors
Return element accessors for a provided array-like object.
@stdlib/array-base-accessor-setter
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
@stdlib/array-base-any
Test whether at least one element in an array is truthy.
@stdlib/array-base-any-by
Test whether at least one element in an array passes a test implemented by a predicate function.
@stdlib/array-base-any-by-right
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
@stdlib/array-base-arraylike2object
Convert an array-like object to an object likely to have the same "shape".