array-difference
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "array-difference", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Utility method for finding the difference between arrays", | ||
"main": "difference.js", | ||
"main": "src/array-difference.js", | ||
"scripts": { | ||
@@ -15,3 +15,3 @@ "test": "make test" | ||
"author": "Mike Pennisi", | ||
"license": "MIT Expat", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -18,0 +18,0 @@ "tape": "~1.0.4" |
@@ -1,5 +0,8 @@ | ||
# Difference | ||
# Array Difference | ||
Utility method to compute the difference between two arrays. | ||
[![browser support](https://ci.testling.com/jugglinmike/array-difference.png)](https://ci.testling.com/jugglinmike/array-difference) | ||
Utility method to compute the difference between two arrays. AMD and CommonJS | ||
compatible; works in [Node.js](http://nodejs.org) and the browser. | ||
## Installation | ||
@@ -6,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
22
1
3506
6
45
1