Gathering detailed insights and metrics for arr-diff
Gathering detailed insights and metrics for arr-diff
Gathering detailed insights and metrics for arr-diff
Gathering detailed insights and metrics for arr-diff
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
npm install arr-diff
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.6
Supply Chain
99.1
Quality
79.5
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
6,494,466,074
Last Day
2,832,633
Last Week
15,505,887
Last Month
68,441,939
Last Year
801,150,772
MIT License
46 Stars
41 Commits
18 Forks
4 Watchers
1 Branches
4 Contributors
Updated on Nov 01, 2024
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
arr-diff@4.0.0
Size
3.13 kB
NPM Version
4.2.0
Node Version
7.7.3
Published on
Apr 14, 2017
Cumulative downloads
Total Downloads
Last Day
49.1%
2,832,633
Compared to previous day
Last Week
3.1%
15,505,887
Compared to previous week
Last Month
4.4%
68,441,939
Compared to previous month
Last Year
-13.8%
801,150,772
Compared to previous year
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Install with npm:
1$ npm install --save arr-diff
Install with yarn:
1$ yarn add arr-diff
Install with bower
1$ bower install arr-diff --save
Returns the difference between the first array and additional arrays.
1var diff = require('arr-diff'); 2 3var a = ['a', 'b', 'c', 'd']; 4var b = ['b', 'c']; 5 6console.log(diff(a, b)) 7//=> ['a', 'd']
This library versus array-differ, on April 14, 2017:
Benchmarking: (4 of 4)
· long-dupes
· long
· med
· short
# benchmark/fixtures/long-dupes.js (100804 bytes)
arr-diff-3.0.0 x 822 ops/sec ±0.67% (86 runs sampled)
arr-diff-4.0.0 x 2,141 ops/sec ±0.42% (89 runs sampled)
array-differ x 708 ops/sec ±0.70% (89 runs sampled)
fastest is arr-diff-4.0.0
# benchmark/fixtures/long.js (94529 bytes)
arr-diff-3.0.0 x 882 ops/sec ±0.60% (87 runs sampled)
arr-diff-4.0.0 x 2,329 ops/sec ±0.97% (83 runs sampled)
array-differ x 769 ops/sec ±0.61% (90 runs sampled)
fastest is arr-diff-4.0.0
# benchmark/fixtures/med.js (708 bytes)
arr-diff-3.0.0 x 856,150 ops/sec ±0.42% (89 runs sampled)
arr-diff-4.0.0 x 4,665,249 ops/sec ±1.06% (89 runs sampled)
array-differ x 653,888 ops/sec ±1.02% (86 runs sampled)
fastest is arr-diff-4.0.0
# benchmark/fixtures/short.js (60 bytes)
arr-diff-3.0.0 x 3,078,467 ops/sec ±0.77% (93 runs sampled)
arr-diff-4.0.0 x 9,213,296 ops/sec ±0.65% (89 runs sampled)
array-differ x 1,337,051 ops/sec ±0.91% (92 runs sampled)
fastest is arr-diff-4.0.0
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Commits | Contributor |
---|---|
33 | jonschlinkert |
2 | paulmillr |
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
1$ npm install -g verbose/verb#dev verb-generate-readme && verb
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
1$ npm install && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.5.0, on April 14, 2017.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 3/29 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-05-05
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