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

babel-es6-polyfill-pinterest

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-es6-polyfill-pinterest

A pure ES6 polyfill for Babel that only includes standardised features

  • 3.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

babel-es6-polyfill

A pure ES6 polyfill for Babel that only includes standardised features

Why?

You may prefer to use this polyfill if:

  • your browser-support baseline only includes modern browsers that implement ES5 completely, so you have no need for an ES5 polyfill
  • you'd rather use only language features that are on the standards track (e.g. no window.setImmediate)
  • you'd rather not use language features that are still in proposal state, and are quite likely to change

Installation

$ npm install babel-es6-polyfill --save

How to use the Polyfill

This polyfill is intended for browser usage only. The browser-polyfill.js provided by babel-es6-polyfill should be used instead of the browser-polyfill.js file you'd ordinarily use from babel-core. Usage details are the same as Babel's Usage in Browser docs:

This needs to be included before all your compiled Babel code. You can either prepend it to your compiled code or include it in a <script> before it.

Keywords

FAQs

Package last updated on 22 Jun 2016

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