idempotent-babel-polyfill
Advanced tools
Comparing version 0.1.1 to 6.26.0
{ | ||
"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) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
84
5261