Socket
Socket
Sign inDemoInstall

@babel/preset-env

Package Overview
Dependencies
114
Maintainers
5
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-rc.4 to 7.0.0

84

package.json
{
"name": "@babel/preset-env",
"version": "7.0.0-rc.4",
"version": "7.0.0",
"description": "A Babel preset for each environment.",

@@ -14,39 +14,39 @@ "author": "Henry Zhu <hi@henryzoo.com>",

"dependencies": {
"@babel/helper-module-imports": "^7.0.0-rc.4",
"@babel/helper-plugin-utils": "^7.0.0-rc.4",
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-rc.4",
"@babel/plugin-proposal-json-strings": "^7.0.0-rc.4",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0-rc.4",
"@babel/plugin-proposal-unicode-property-regex": "^7.0.0-rc.4",
"@babel/plugin-syntax-async-generators": "^7.0.0-rc.4",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-rc.4",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0-rc.4",
"@babel/plugin-transform-arrow-functions": "^7.0.0-rc.4",
"@babel/plugin-transform-async-to-generator": "^7.0.0-rc.4",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0-rc.4",
"@babel/plugin-transform-block-scoping": "^7.0.0-rc.4",
"@babel/plugin-transform-classes": "^7.0.0-rc.4",
"@babel/plugin-transform-computed-properties": "^7.0.0-rc.4",
"@babel/plugin-transform-destructuring": "^7.0.0-rc.4",
"@babel/plugin-transform-dotall-regex": "^7.0.0-rc.4",
"@babel/plugin-transform-duplicate-keys": "^7.0.0-rc.4",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-rc.4",
"@babel/plugin-transform-for-of": "^7.0.0-rc.4",
"@babel/plugin-transform-function-name": "^7.0.0-rc.4",
"@babel/plugin-transform-literals": "^7.0.0-rc.4",
"@babel/plugin-transform-modules-amd": "^7.0.0-rc.4",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-rc.4",
"@babel/plugin-transform-modules-systemjs": "^7.0.0-rc.4",
"@babel/plugin-transform-modules-umd": "^7.0.0-rc.4",
"@babel/plugin-transform-new-target": "^7.0.0-rc.4",
"@babel/plugin-transform-object-super": "^7.0.0-rc.4",
"@babel/plugin-transform-parameters": "^7.0.0-rc.4",
"@babel/plugin-transform-regenerator": "^7.0.0-rc.4",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-rc.4",
"@babel/plugin-transform-spread": "^7.0.0-rc.4",
"@babel/plugin-transform-sticky-regex": "^7.0.0-rc.4",
"@babel/plugin-transform-template-literals": "^7.0.0-rc.4",
"@babel/plugin-transform-typeof-symbol": "^7.0.0-rc.4",
"@babel/plugin-transform-unicode-regex": "^7.0.0-rc.4",
"@babel/helper-module-imports": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-proposal-async-generator-functions": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
"@babel/plugin-proposal-unicode-property-regex": "^7.0.0",
"@babel/plugin-syntax-async-generators": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/plugin-transform-block-scoped-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0",
"@babel/plugin-transform-computed-properties": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-dotall-regex": "^7.0.0",
"@babel/plugin-transform-duplicate-keys": "^7.0.0",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0",
"@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-function-name": "^7.0.0",
"@babel/plugin-transform-literals": "^7.0.0",
"@babel/plugin-transform-modules-amd": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-modules-systemjs": "^7.0.0",
"@babel/plugin-transform-modules-umd": "^7.0.0",
"@babel/plugin-transform-new-target": "^7.0.0",
"@babel/plugin-transform-object-super": "^7.0.0",
"@babel/plugin-transform-parameters": "^7.0.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
"@babel/plugin-transform-spread": "^7.0.0",
"@babel/plugin-transform-sticky-regex": "^7.0.0",
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/plugin-transform-typeof-symbol": "^7.0.0",
"@babel/plugin-transform-unicode-regex": "^7.0.0",
"browserslist": "^4.1.0",

@@ -61,6 +61,6 @@ "invariant": "^2.2.2",

"devDependencies": {
"@babel/cli": "^7.0.0-rc.4",
"@babel/core": "^7.0.0-rc.4",
"@babel/helper-fixtures": "^7.0.0-rc.4",
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/helper-fixtures": "^7.0.0",
"@babel/helper-plugin-test-runner": "^7.0.0",
"caniuse-db": "1.0.30000851",

@@ -67,0 +67,0 @@ "compat-table": "kangax/compat-table#ce39b436201a8d037cc1b943770a21e07769d684",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc