Socket
Socket
Sign inDemoInstall

babel-preset-es2015

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-es2015 - npm Package Compare versions

Comparing version 6.0.12 to 6.0.14

2

index.js

@@ -22,4 +22,4 @@ module.exports = {

require("babel-plugin-transform-es2015-modules-commonjs"),
require("babel-plugin-transform-regenerator"),
[require("babel-plugin-transform-regenerator"), { async: false, asyncGenerators: false }],
]
};
{
"name": "babel-preset-es2015",
"version": "6.0.12",
"version": "6.0.14",
"description": "Babel preset for all es2015 plugins.",

@@ -8,26 +8,26 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"license": "MIT",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-es2015",
"main": "index.js",
"dependencies": {
"babel-plugin-transform-es2015-template-literals": "^6.0.2",
"babel-plugin-transform-es2015-literals": "^6.0.2",
"babel-plugin-transform-es2015-function-name": "^6.0.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.0.2",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.2",
"babel-plugin-transform-es2015-classes": "^6.0.8",
"babel-plugin-transform-es2015-object-super": "^6.0.2",
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.2",
"babel-plugin-transform-es2015-computed-properties": "^6.0.2",
"babel-plugin-transform-es2015-for-of": "^6.0.2",
"babel-plugin-transform-es2015-sticky-regex": "^6.0.2",
"babel-plugin-transform-es2015-unicode-regex": "^6.0.2",
"babel-plugin-transform-es2015-constants": "^6.0.2",
"babel-plugin-transform-es2015-spread": "^6.0.2",
"babel-plugin-transform-es2015-parameters": "^6.0.2",
"babel-plugin-transform-es2015-destructuring": "^6.0.2",
"babel-plugin-transform-es2015-block-scoping": "^6.0.2",
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.12",
"babel-plugin-transform-regenerator": "^6.0.12"
"babel-plugin-transform-es2015-template-literals": "^6.0.14",
"babel-plugin-transform-es2015-literals": "^6.0.14",
"babel-plugin-transform-es2015-function-name": "^6.0.14",
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.14",
"babel-plugin-transform-es2015-classes": "^6.0.14",
"babel-plugin-transform-es2015-object-super": "^6.0.14",
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
"babel-plugin-transform-es2015-computed-properties": "^6.0.14",
"babel-plugin-transform-es2015-for-of": "^6.0.14",
"babel-plugin-transform-es2015-sticky-regex": "^6.0.14",
"babel-plugin-transform-es2015-unicode-regex": "^6.0.14",
"babel-plugin-transform-es2015-constants": "^6.0.14",
"babel-plugin-transform-es2015-spread": "^6.0.14",
"babel-plugin-transform-es2015-parameters": "^6.0.14",
"babel-plugin-transform-es2015-destructuring": "^6.0.14",
"babel-plugin-transform-es2015-block-scoping": "^6.0.14",
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.14",
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.14",
"babel-plugin-transform-regenerator": "^6.0.14"
}
}
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