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

idempotent-babel-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idempotent-babel-polyfill - npm Package Compare versions

Comparing version 0.1.1 to 6.26.0

2

package.json
{
"name": "idempotent-babel-polyfill",
"version": "0.1.1",
"version": "6.26.0",
"description": "Import babel-polyfill multiple times",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/codejamninja/idempotent-babel-polyfill",

# idempotent-babel-polyfill
[![Beerpay](https://beerpay.io/codejamninja/idempotent-babel-polyfill/badge.svg?style=beer-square)](https://beerpay.io/codejamninja/idempotent-babel-polyfill)
[![Beerpay](https://beerpay.io/codejamninja/idempotent-babel-polyfill/make-wish.svg?style=flat-square)](https://beerpay.io/codejamninja/idempotent-babel-polyfill?focus=wish)
[![npm](https://img.shields.io/npm/v/idempotent-babel-polyfill.svg?style=flat-square)](https://www.npmjs.com/package/idempotent-babel-polyfill)
[![npm](https://img.shields.io/npm/dt/idempotent-babel-polyfill.svg?style=flat-square)](https://www.npmjs.com/package/idempotent-babel-polyfill)
[![GitHub stars](https://img.shields.io/github/stars/codejamninja/idempotent-babel-polyfill.svg?style=social&label=Stars)](https://github.com/codejamninja/idempotent-babel-polyfill)

@@ -32,5 +32,19 @@

[Contribute](https://github.com/codejamninja/idempotent-babel-polyfill/blob/master/CONTRIBUTING.md) usage docs
### Implement with ES6 Import
```js
import 'idempotent-babel-polyfill';
```
### Implement with Require
```js
require('idempotent-babel-polyfill');
```
### Implement with Function
```js
import { idempotentBabelPolyfill } from 'idempotent-babel-polyfill';
idempotentBabelPolyfill();
```
## Support

@@ -41,7 +55,2 @@

## Screenshots
[Contribute](https://github.com/codejamninja/idempotent-babel-polyfill/blob/master/CONTRIBUTING.md) a screenshot
## Contributing

@@ -69,9 +78,9 @@

## Support on Beerpay (actually, I drink coffee)
## Support on Liberapay
A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.
[Add some fuel](https://beerpay.io/codejamninja/idempotent-babel-polyfill) if you'd like to keep me going!
[Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going!
[![Beerpay](https://beerpay.io/codejamninja/idempotent-babel-polyfill/badge.svg?style=beer-square)](https://beerpay.io/codejamninja/idempotent-babel-polyfill)
[![Beerpay](https://beerpay.io/codejamninja/idempotent-babel-polyfill/make-wish.svg?style=flat-square)](https://beerpay.io/codejamninja/idempotent-babel-polyfill?focus=wish)
[![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)
[![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)
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