Socket
Socket
Sign inDemoInstall

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

MDN polyfills


Version published
Weekly downloads
35K
decreased by-7.02%
Maintainers
1
Weekly downloads
 
Created
Source

Polyfills copy-pasted from MDN Build Status npm

MDN polyfills. A collection of side-effect ECMAScript modules. Minimized, mangled and extremally small thanks to Rollup - next-generation ES6 module bundler.

Installation

npm i mdn-polyfills --save

Polyfills

Object.assign

import 'mdn-polyfills/Object.assign'; // 333 bytes

Object.create

import 'mdn-polyfills/Object.create'; // 328 bytes

Array.prototype.find

import 'mdn-polyfills/Array.prototype.find'; // 361 bytes

Array.prototype.from

import 'mdn-polyfills/Array.prototype.from'; // 840 bytes

Array.prototype.forEach

import 'mdn-polyfills/Array.prototype.forEach'; // 364 bytes

Array.prototype.filter

import 'mdn-polyfills/Array.prototype.filter'; // 352 bytes

Array.prototype.findIndex

import 'mdn-polyfills/Array.prototype.findIndex'; // 398 bytes

Array.prototype.includes

import 'mdn-polyfills/Array.prototype.includes'; // 388 bytes

Array.of

import 'mdn-polyfills/Array.of'; // 115 bytes

String.prototype.repeat

import 'mdn-polyfills/String.prototype.repeat'; // 540 bytes

String.prototype.startsWith

import 'mdn-polyfills/String.prototype.startsWith'; // 153 bytes

Function.prototype.bind

import 'mdn-polyfills/Function.prototype.bind'; // 463 bytes

License

MIT © Michał Jezierski

Keywords

FAQs

Package last updated on 24 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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