New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@foxford/babel-preset-react-app

Package Overview
Dependencies
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxford/babel-preset-react-app - npm Package Compare versions

Comparing version 2.0.0-beta-576dc87-20231016 to 2.0.0-beta-a2c91ce-20231031

3

create.js

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc