mdn-polyfills
Advanced tools
Comparing version 5.13.0 to 5.14.0
{ | ||
"name": "mdn-polyfills", | ||
"version": "5.13.0", | ||
"version": "5.14.0", | ||
"description": "MDN polyfills", | ||
@@ -33,2 +33,3 @@ "scripts": { | ||
"isNaN", | ||
"toBlob", | ||
"Object.assign", | ||
@@ -66,2 +67,3 @@ "Object.create", | ||
"Element.prototype.classList", | ||
"HTMLCanvasElement.prototype.toBlob", | ||
"MouseEvent", | ||
@@ -68,0 +70,0 @@ "CustomEvent", |
@@ -68,4 +68,4 @@ # 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) | ||
|[Number.isNaN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN#Polyfill)|53| | ||
|[HTMLCanvasElement.prototype.toBlob](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob#Polyfill)|276| | ||
# License | ||
@@ -72,0 +72,0 @@ |
@@ -60,1 +60,2 @@ const babelrc = require('babelrc-rollup').default; | ||
rollup(input('./src/Number.isNaN/index.js')).then(output('./Number.isNaN.js')); | ||
rollup(input('./src/HTMLCanvasElement.prototype.toBlob/index.js')).then(output('HTMLCanvasElement.prototype.toBlob.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
74374
132
1409