Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@foxford/babel-preset-react-app

Package Overview
Dependencies
Maintainers
0
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 1.5.3 to 1.6.0-beta-2beb053-20240826

1

lib/create.js

@@ -7,3 +7,2 @@ /**

*/
'use strict';

@@ -10,0 +9,0 @@ const path = require('path');

@@ -7,3 +7,2 @@ /**

*/
'use strict';

@@ -10,0 +9,0 @@ const path = require('path');

@@ -7,3 +7,2 @@ /**

*/
'use strict';

@@ -10,0 +9,0 @@ const create = require('./create');

@@ -7,4 +7,2 @@ /**

*/
'use strict';
const create = require('./create');

@@ -11,0 +9,0 @@

@@ -7,3 +7,2 @@ /**

*/
'use strict';

@@ -10,0 +9,0 @@ const create = require('./create');

15

package.json
{
"name": "@foxford/babel-preset-react-app",
"version": "1.5.3",
"version": "1.6.0-beta-2beb053-20240826",
"description": "Preset babel for foxford js apps",

@@ -23,3 +23,3 @@ "keywords": [

"scripts": {
"lint": "eslint --ext .jsx,.js ./",
"lint": "eslint --ext .jsx,.js,.mjs ./",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -30,3 +30,3 @@ },

],
"peerDependencies": {
"dependencies": {
"@babel/core": "7.25.2",

@@ -37,7 +37,7 @@ "@babel/plugin-proposal-decorators": "7.24.7",

"@babel/plugin-transform-react-display-name": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.25.3",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/runtime": "7.25.0",
"@babel/runtime": "7.25.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"

@@ -50,3 +50,3 @@ },

"prettier": "2.8.8",
"zx": "7.2.0"
"zx": "8.1.4"
},

@@ -56,1 +56,2 @@ "type": "commonjs",

}
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