array-union
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "array-union", | ||
"version": "0.1.0", | ||
"description": "Creates an array of unique values, in order, from the input arrays", | ||
"version": "1.0.0", | ||
"description": "Create an array of unique values, in order, from the input arrays", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "repository": "sindresorhus/array-union", | ||
"dependencies": { | ||
"array-uniq": "^0.1.0" | ||
"array-uniq": "^1.0.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
# array-union [![Build Status](https://travis-ci.org/sindresorhus/array-union.svg?branch=master)](https://travis-ci.org/sindresorhus/array-union) | ||
> Creates an array of unique values, in order, from the input arrays | ||
> Create an array of unique values, in order, from the input arrays | ||
@@ -5,0 +5,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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1341
+ Addedarray-uniq@1.0.3(transitive)
- Removedarray-uniq@0.1.1(transitive)
Updatedarray-uniq@^1.0.0