Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@arr/every", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": "lukeed/arr", | ||
"description": "A tiny, faster alternative to native Array.prototype.every", | ||
"types": "module.d.ts", | ||
"module": "module.js", | ||
@@ -12,3 +13,3 @@ "main": "index.js", | ||
"email": "luke.edwards05@gmail.com", | ||
"url": "lukeed.com" | ||
"url": "https://lukeed.com" | ||
}, | ||
@@ -18,9 +19,2 @@ "engines": { | ||
}, | ||
"scripts": { | ||
"bench": "node bench", | ||
"test": "tape test/*.js | tap-spec" | ||
}, | ||
"files": [ | ||
"*.js" | ||
], | ||
"keywords": [ | ||
@@ -27,0 +21,0 @@ "arr", |
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
1922
5
19