concat-arrays
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
module.exports = concat | ||
module.exports = concatArrays | ||
@@ -3,0 +3,0 @@ function concatArrays () { |
{ | ||
"name": "concat-arrays", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Concatenates arrays or array-like objects (arguments)", | ||
"keywords": ["concat", "union", "array", "arguments"], | ||
"keywords": [ | ||
"concat", | ||
"union", | ||
"array", | ||
"arguments" | ||
], | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "node test.js", | ||
"preversion": "npm test" | ||
}, | ||
@@ -10,0 +16,0 @@ "author": "Marc Bachmann <marc.brookman@gmail.com>", |
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
1910