Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "arey", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Experimental module that uses ES6 classes to extend `Array`", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test.js" | ||
"prepublish": "6to5 index-es6.js > index.js" | ||
}, | ||
@@ -18,5 +18,2 @@ "repository": { | ||
], | ||
"scripts": { | ||
"prepublish": "6to5 index-es6.js > index.js" | ||
}, | ||
"files": [ | ||
@@ -23,0 +20,0 @@ "index.js" |
@@ -12,2 +12,3 @@ # arey | ||
list.of(1,2,3); // [1,2,3] | ||
list.isArray([1,2,3]) // true | ||
``` | ||
@@ -14,0 +15,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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
1480
18
0
1