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 7.0.0 to 7.2.3

2

CHANGELOG.md

@@ -11,2 +11,4 @@ # Changelog

* babel 7.0.0
## [6.26.0-2] - 2018-10-11
### Added

@@ -13,0 +15,0 @@ * unit tests

30

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

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

"scripts": {
"build": "npm run clean && npm run test && babel src -d lib",
"build": "npm run test && babel src -d lib",
"clean": "rimraf lib",
"prepublish": "npm run build",
"format": "prettier --write ./src/**/*.js",
"lint": "npm run format && eslint ./",
"lint:fix": "npm run format && eslint --fix ./",
"format": "prettier --write ./src/**/*.js",
"prepublish": "npm run clean && npm run build",
"test": "npm run lint && jest"
},
"dependencies": {
"@babel/polyfill": "^7.0.0"
"@babel/polyfill": "^7.2.3"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-jam": "^0.1.4",
"eslint-plugin-jest": "^21.24.1",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"rimraf": "^2.6.2"
"eslint": "^5.16.0",
"eslint-config-jam": "^0.2.9",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"rimraf": "^2.6.3"
},

@@ -41,0 +41,0 @@ "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