babel-preset-meteor
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -25,8 +25,3 @@ // TODO Somehow expose a hash of these plugin options? | ||
require("babel-plugin-transform-es2015-literals"), | ||
[require( | ||
// TODO When https://github.com/babel/babel/pull/3118 gets merged, | ||
// go back to using the official npm package: | ||
// "babel-plugin-transform-es2015-modules-commonjs" | ||
"./plugins/modules-commonjs.js" | ||
), { | ||
[require("babel-plugin-transform-es2015-modules-commonjs"), { | ||
loose: true | ||
@@ -33,0 +28,0 @@ }], |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -19,3 +19,3 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.4.0", | ||
"babel-plugin-transform-es2015-classes": "^6.4.0", | ||
"babel-plugin-transform-es2015-classes": "^6.4.5", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.4.0", | ||
@@ -26,5 +26,5 @@ "babel-plugin-transform-es2015-destructuring": "^6.4.0", | ||
"babel-plugin-transform-es2015-literals": "^6.3.13", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.5", | ||
"babel-plugin-transform-es2015-object-super": "^6.4.0", | ||
"babel-plugin-transform-es2015-parameters": "^6.4.2", | ||
"babel-plugin-transform-es2015-parameters": "^6.4.5", | ||
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", | ||
@@ -34,4 +34,4 @@ "babel-plugin-transform-es2015-spread": "^6.4.0", | ||
"babel-plugin-transform-es2015-template-literals": "^6.3.13", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.4.0", | ||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.4.3", | ||
"babel-plugin-transform-es2015-unicode-regex": "^6.4.3", | ||
"babel-plugin-transform-es3-member-expression-literals": "^6.3.13", | ||
@@ -41,5 +41,5 @@ "babel-plugin-transform-es3-property-literals": "^6.3.13", | ||
"babel-plugin-transform-object-rest-spread": "^6.3.13", | ||
"babel-plugin-transform-regenerator": "^6.3.26", | ||
"babel-plugin-transform-runtime": "^6.4.0" | ||
"babel-plugin-transform-regenerator": "^6.4.4", | ||
"babel-plugin-transform-runtime": "^6.4.3" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6476
5
43