Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mdn-polyfills

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdn-polyfills - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

src/Array.prototype.includes/includes.js

14

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc