mdn-polyfills
Advanced tools
Comparing version 5.12.0 to 5.13.0
{ | ||
"name": "mdn-polyfills", | ||
"version": "5.12.0", | ||
"version": "5.13.0", | ||
"description": "MDN polyfills", | ||
@@ -51,2 +51,3 @@ "scripts": { | ||
"String.prototype.padEnd", | ||
"String.prototype.trim", | ||
"Node.prototype.append", | ||
@@ -64,2 +65,3 @@ "Node.prototype.prepend", | ||
"Element.prototype.matches", | ||
"Element.prototype.classList", | ||
"MouseEvent", | ||
@@ -66,0 +68,0 @@ "CustomEvent", |
@@ -51,2 +51,3 @@ # Polyfills copy-pasted from MDN [![Build Status](https://travis-ci.org/msn0/mdn-polyfills.svg?branch=master)](http://travis-ci.org/msn0/mdn-polyfills) [![npm](https://img.shields.io/npm/dt/mdn-polyfills.svg)](https://www.npmjs.com/package/mdn-polyfills) ![dependencies](https://david-dm.org/msn0/mdn-polyfills.svg) | ||
|[String.prototype.padEnd](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padEnd#Polyfill)|205| | ||
|[String.prototype.trim](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Polyfill)|121| | ||
|[Function.prototype.bind](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_objects/Function/bind#Polyfill)|427| | ||
@@ -64,2 +65,3 @@ |[Node.prototype.append](https://developer.mozilla.org/en-US/docs/Web/API/ParentNode/append#Polyfill)|433| | ||
|[Element.prototype.matches](https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill)|133| | ||
|[Element.prototype.classList](https://developer.mozilla.org/en-US/docs/Web/API/Element/classList#Polyfill)|4433| | ||
|[MouseEvent](https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/MouseEvent#Polyfill)|281| | ||
@@ -66,0 +68,0 @@ |[CustomEvent](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill)|279| |
@@ -43,2 +43,3 @@ const babelrc = require('babelrc-rollup').default; | ||
rollup(input('./src/String.prototype.includes/index.js')).then(output('./String.prototype.includes.js')); | ||
rollup(input('./src/String.prototype.trim/index.js')).then(output('./String.prototype.trim.js')); | ||
rollup(input('./src/Function.prototype.bind/index.js')).then(output('./Function.prototype.bind.js')); | ||
@@ -56,4 +57,5 @@ rollup(input('./src/Node.prototype.append/index.js')).then(output('./Node.prototype.append.js')); | ||
rollup(input('./src/Element.prototype.matches/index.js')).then(output('./Element.prototype.matches.js')); | ||
rollup(input('./src/Element.prototype.classList/index.js')).then(output('./Element.prototype.classList.js')); | ||
rollup(input('./src/MouseEvent/index.js')).then(output('./MouseEvent.js')); | ||
rollup(input('./src/CustomEvent/index.js')).then(output('./CustomEvent.js')); | ||
rollup(input('./src/Number.isNaN/index.js')).then(output('./Number.isNaN.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
73247
129
1390
74