mdn-polyfills
Advanced tools
Comparing version 5.20.0 to 5.20.1-canary
@@ -1,1 +0,1 @@ | ||
Array.prototype.find||(Array.prototype.find=function(r){if(null==this)throw new TypeError("Array.prototype.find called on null or undefined");if("function"!=typeof r)throw new TypeError("predicate must be a function");for(var t=Object(this),n=t.length>>>0,o=arguments[1],e=void 0,i=0;i<n;i++)if(e=t[i],r.call(o,e,i,t))return e}); | ||
!function(){var r={value:function(r){if(null==this)throw TypeError('"this" is null or not defined');var t=Object(this),e=t.length>>>0;if("function"!=typeof r)throw TypeError("predicate must be a function");for(var i=arguments[1],n=0;n<e;){var o=t[n];if(r.call(i,o,n,t))return o;n++}},configurable:!0,writable:!0};Array.prototype.find||Object.defineProperty(Array.prototype,"find",r)}(); |
{ | ||
"name": "mdn-polyfills", | ||
"version": "5.20.0", | ||
"version": "5.20.1-canary", | ||
"description": "MDN polyfills", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
29668
1