babel-preset-meteor
Advanced tools
Comparing version 7.10.0 to 7.10.1-beta.0
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.10.0", | ||
"version": "7.10.1-beta.0", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -26,2 +26,3 @@ "author": "Ben Newman <ben@meteor.com>", | ||
"@babel/plugin-syntax-optional-chaining": "^7.8.3", | ||
"@babel/plugin-syntax-top-level-await": "^7.14.5", | ||
"@babel/plugin-transform-arrow-functions": "^7.13.0", | ||
@@ -28,0 +29,0 @@ "@babel/plugin-transform-async-to-generator": "^7.13.0", |
@@ -21,2 +21,4 @@ exports.plugins = [ | ||
require("@babel/plugin-proposal-logical-assignment-operators"), | ||
require("@babel/plugin-syntax-top-level-await"), | ||
]; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
8066
80
34
2
1
+ Added@babel/plugin-syntax-top-level-await@7.14.5(transitive)
+ Addedbrowserslist@4.24.3(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
- Removedbrowserslist@4.24.4(transitive)
- Removedupdate-browserslist-db@1.1.2(transitive)