mdn-polyfills
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "mdn-polyfills", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "MDN polyfills", | ||
"scripts": { | ||
"prepublish": "webpack", | ||
"test": "ava" | ||
"test": "ava --tap | tap-nyan" | ||
}, | ||
@@ -18,3 +18,10 @@ "repository": { | ||
"filter", | ||
"assign" | ||
"includes", | ||
"assign", | ||
"array.from", | ||
"array.find", | ||
"array.forEach", | ||
"array.filter", | ||
"array.includes", | ||
"object.assign" | ||
], | ||
@@ -32,2 +39,3 @@ "author": "", | ||
"babel-preset-es2015": "^6.9.0", | ||
"tap-nyan": "0.0.2", | ||
"webpack": "^1.13.1" | ||
@@ -34,0 +42,0 @@ }, |
@@ -43,4 +43,10 @@ # Polyfills copied from MDN [![Build Status](https://travis-ci.org/msn0/mdn-polyfills.svg?branch=master)](http://travis-ci.org/msn0/mdn-polyfills) | ||
## [Array.prototype.includes](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/includes#Polyfill) | ||
```js | ||
import 'mdn-polyfills/Array.prototype.includes'; | ||
``` | ||
# License | ||
MIT |
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
16862
28
326
52
0
6