babel-preset-meteor
Advanced tools
Comparing version 7.10.1-beta.0 to 7.10.1
@@ -29,3 +29,4 @@ exports.getPreset = function (api, options) { | ||
// https://github.com/meteor/babel-preset-meteor/issues/13 | ||
samsungInternet: [6, 2] | ||
samsungInternet: [6, 2], | ||
facebook: 325 | ||
}; |
{ | ||
"name": "babel-preset-meteor", | ||
"version": "7.10.1-beta.0", | ||
"version": "7.10.1", | ||
"description": "Babel preset for ES2015+ features supported by Meteor", | ||
@@ -26,3 +26,2 @@ "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", | ||
@@ -29,0 +28,0 @@ "@babel/plugin-transform-async-to-generator": "^7.13.0", |
@@ -21,4 +21,2 @@ 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
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
33
1
7969
- Removed@babel/plugin-syntax-top-level-await@7.14.5(transitive)