array-includes
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,5 @@ | ||
1.0.5 / 2015-01-30 | ||
================= | ||
* Update `tape`, `jscs`, `nsp`, `eslint`, `es-abstract` | ||
1.0.4 / 2015-01-10 | ||
@@ -2,0 +6,0 @@ ================= |
{ | ||
"name": "array-includes", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Jordan Harband", | ||
@@ -36,3 +36,3 @@ "description": "A spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.", | ||
"define-properties": "~1.0.1", | ||
"es-abstract": "~1.0.0" | ||
"es-abstract": "~1.0.1" | ||
}, | ||
@@ -43,12 +43,16 @@ "devDependencies": { | ||
"is": "~2.2.0", | ||
"tape": "~3.0.3", | ||
"tape": "~3.4.0", | ||
"indexof": "~0.0.1", | ||
"covert": "1.0.0", | ||
"jscs": "~1.9.0", | ||
"jscs": "~1.10.0", | ||
"editorconfig-tools": "~0.0.1", | ||
"nsp": "~0.5.2", | ||
"eslint": "~0.11.0" | ||
"nsp": "~1.0.0", | ||
"eslint": "~0.13.0", | ||
"semver": "~4.2.0" | ||
}, | ||
"testling": { | ||
"files": ["test/index.js", "test/shimmed.js"], | ||
"files": [ | ||
"test/index.js", | ||
"test/shimmed.js" | ||
], | ||
"browsers": [ | ||
@@ -55,0 +59,0 @@ "iexplore/6.0..latest", |
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
23220
14
11
Updatedes-abstract@~1.0.1