Gathering detailed insights and metrics for require-arr
Gathering detailed insights and metrics for require-arr
Gathering detailed insights and metrics for require-arr
Gathering detailed insights and metrics for require-arr
require-context-arr
Require with an expression. This version supports an array of directories (which yes, is dangerous, because of collisions)
delete-arr-duplicates
``` const deleteArrDuplicates = require('delete-arr-duplicates') ```
itchainer
```javascript npm i itchainer ``` ## example: ```javascript 'use strict'; const itchainer = require('itChainer').chain; let Arr = [1, 2, 3];
node-snowflake-id
nodejs的分布式id解决方案 参考Twitter的snowflake ```js const SnowflakeID = require("SnowflakeID") const sid = new SnowflakeID() let arr = [] for(let i = 0; i < 10000; i++){ arr.push(sid.generate()) } console.log(arr) ```
browserify transform to replace require files using a glob and transforming them to an array of requires
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More