babel-preset-es2015
Advanced tools
Comparing version 6.0.12 to 6.0.14
@@ -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" | ||
} | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3254
Updatedbabel-plugin-transform-es2015-arrow-functions@^6.0.14
Updatedbabel-plugin-transform-es2015-block-scoped-functions@^6.0.14
Updatedbabel-plugin-transform-es2015-computed-properties@^6.0.14
Updatedbabel-plugin-transform-es2015-modules-commonjs@^6.0.14
Updatedbabel-plugin-transform-es2015-shorthand-properties@^6.0.14
Updatedbabel-plugin-transform-es2015-template-literals@^6.0.14