@stae/babel-react
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.2.2](https://github.com/staeco/modules/compare/@stae/babel-react@1.2.1...@stae/babel-react@1.2.2) (2022-06-30) | ||
### Bug Fixes | ||
* null operator ([4bb9615](https://github.com/staeco/modules/commit/4bb96153dac5d0bc51810300d533c053e19f7348)) | ||
## [1.2.1](https://github.com/staeco/modules/compare/@stae/babel-react@1.2.0...@stae/babel-react@1.2.1) (2021-02-27) | ||
@@ -8,0 +19,0 @@ |
@@ -12,2 +12,3 @@ // Designed for react packages | ||
"transform-react-pure-class-to-function", | ||
"@babel/plugin-proposal-nullish-coalescing-operator", | ||
"@babel/plugin-transform-object-super" | ||
@@ -14,0 +15,0 @@ ], |
{ | ||
"name": "@stae/babel-react", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Stae react babel config", | ||
@@ -25,2 +25,3 @@ "homepage": "https://github.com/staeco/modules#readme", | ||
"@babel/plugin-proposal-decorators": "^7.0.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0", | ||
@@ -43,3 +44,3 @@ "@babel/plugin-transform-object-super": "^7.2.0", | ||
}, | ||
"gitHead": "0a682071bea10c7d13ab98a0fb4b6243cbf4be8d" | ||
"gitHead": "be6de5b8208840fd654d9df858abd18c5544a163" | ||
} |
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
9389
45
17
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)