array-invert
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "array-invert", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "invert a JavaScript array", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,4 @@ # array-invert | ||
Invert a JavaScript array. | ||
Invert a JavaScript array. Though you probably want to use | ||
[array.reverse()][arr-rev] instead. | ||
@@ -39,1 +40,3 @@ ## Installation | ||
[coveralls-url]: https://coveralls.io/r/yoshuawuyts/array-invert?branch=master | ||
[arr-rev]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/reverse |
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
41
3323