
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@fiverr/futile
Advanced tools
Collection of low level ECMAScript helper functions targeting language primitives and native objects
Install
npm i @fiverr/futile -S
Import the library
const futile = require('@fiverr/futile');
futile.shuffle([1, 2, 3]);
futile.deepassign({hash: {a: 1}}, {hash: {b: 2, c: 0}}, {hash: {c: 3}});
Import individual methods
const shuffle = require('@fiverr/futile/lib/shuffle');
const deepassign = require('@fiverr/futile/lib/deepassign');
shuffle([1, 2, 3]);
deepassign({hash: {a: 1}}, {hash: {b: 2, c: 0}}, {hash: {c: 3}});
Use the Documentation
FAQs
Collection of low level ECMAScript helper functions targeting language primitives and native objects
The npm package @fiverr/futile receives a total of 0 weekly downloads. As such, @fiverr/futile popularity was classified as not popular.
We found that @fiverr/futile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 24 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.