@stae/babel-node
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.1](https://github.com/staeco/modules/compare/@stae/babel-node@1.1.0...@stae/babel-node@1.1.1) (2022-06-30) | ||
### Bug Fixes | ||
* null operator ([4bb9615](https://github.com/staeco/modules/commit/4bb96153dac5d0bc51810300d533c053e19f7348)) | ||
# [1.1.0](https://github.com/staeco/modules/compare/@stae/babel-node@1.0.6...@stae/babel-node@1.1.0) (2020-12-06) | ||
@@ -8,0 +19,0 @@ |
@@ -6,2 +6,3 @@ module.exports = { | ||
["@babel/plugin-proposal-class-properties", { "loose": true }], | ||
"@babel/plugin-proposal-nullish-coalescing-operator", | ||
"closure-elimination" | ||
@@ -8,0 +9,0 @@ ], |
{ | ||
"name": "@stae/babel-node", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Stae node babel config", | ||
@@ -24,2 +24,3 @@ "homepage": "https://github.com/staeco/modules#readme", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
@@ -33,3 +34,3 @@ "@babel/preset-env": "^7.0.0", | ||
}, | ||
"gitHead": "e012497af600c9f54334763aeea6ec0ad17ca7d4" | ||
"gitHead": "be6de5b8208840fd654d9df858abd18c5544a163" | ||
} |
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
5304
20
7
1
+ Added@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6
+ Added@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(transitive)
+ Added@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(transitive)