batteries-included
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -104,2 +104,9 @@ // batteries-included.js | ||
// Array.prototype.forEach for ie8 | ||
if (!Array.prototype.hasOwnProperty('map')) | ||
Array.prototype.forEach = function forEach(fn, ctx) { | ||
for (var i = 0, n = this.length; i < n; ++i) | ||
fn.call(ctx, this[i], i, this); | ||
}; | ||
// Array.prototype.map for ie8 | ||
@@ -106,0 +113,0 @@ if (!Array.prototype.hasOwnProperty('map')) |
{ | ||
"name": "batteries-included", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "batteries included", | ||
@@ -5,0 +5,0 @@ "main": "batteries-included.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7590
128
0