@foxford/babel-preset-react-app
Advanced tools
Comparing version 2.0.0-beta-576dc87-20231016 to 2.0.0-beta-a2c91ce-20231031
@@ -112,3 +112,4 @@ /** | ||
plugins: [ | ||
isFlowEnabled && [require('babel-plugin-syntax-hermes-parser').default], | ||
isFlowEnabled && require('babel-plugin-syntax-hermes-parser').default, | ||
isFlowEnabled && require('babel-plugin-transform-flow-enums').default, | ||
// Disabled as it's handled automatically by preset-env, and `selectiveLoose` isn't | ||
@@ -115,0 +116,0 @@ // yet merged into babel: https://github.com/babel/babel/pull/9486 |
{ | ||
"name": "@foxford/babel-preset-react-app", | ||
"version": "2.0.0-beta-576dc87-20231016", | ||
"version": "2.0.0-beta-a2c91ce-20231031", | ||
"description": "Preset babel for foxford js apps", | ||
@@ -53,2 +53,3 @@ "main": "index.js", | ||
"babel-plugin-syntax-hermes-parser": "^0.16.0", | ||
"babel-plugin-transform-flow-enums": "^0.0.2", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24" | ||
@@ -55,0 +56,0 @@ }, |
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
20057
381
0
20
+ Addedbabel-plugin-transform-flow-enums@0.0.2(transitive)