mdn-polyfills
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "mdn-polyfills", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "MDN polyfills", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -13,3 +13,3 @@ # Polyfills copied from MDN [![Build Status](https://travis-ci.org/msn0/mdn-polyfills.svg?branch=master)](http://travis-ci.org/msn0/mdn-polyfills) | ||
## [Object.assign](https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill) | ||
## [Object.assign](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#Polyfill) | ||
@@ -20,3 +20,3 @@ ```js | ||
## [Array.prototype.find](https://developer.mozilla.org/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/find#Polyfill) | ||
## [Array.prototype.find](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/find?v=control#Polyfill) | ||
@@ -27,3 +27,3 @@ ```js | ||
## [Array.prototype.from](https://developer.mozilla.org/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/from#Polyfill) | ||
## [Array.prototype.from](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from?v=control#Polyfill) | ||
@@ -34,3 +34,3 @@ ```js | ||
## [Array.prototype.forEach](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach#Polyfill) | ||
## [Array.prototype.forEach](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach?v=control#Polyfill) | ||
@@ -41,3 +41,3 @@ ```js | ||
## [Array.prototype.filter](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Polyfill) | ||
## [Array.prototype.filter](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/filter?v=control#Polyfill) | ||
@@ -48,3 +48,3 @@ ```js | ||
## [Array.prototype.includes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Polyfill) | ||
## [Array.prototype.includes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes?v=control#Polyfill) | ||
@@ -57,2 +57,2 @@ ```js | ||
MIT | ||
MIT © [Michał Jezierski](https://github.com/msn0) |
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
17903
30
328