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

babel-preset-react-app

Package Overview
Dependencies
Maintainers
3
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-react-app - npm Package Compare versions

Comparing version 3.0.0-alpha.58689133 to 3.0.0-alpha.134d2297

4

index.js

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

var path = require('path');
const plugins = [

@@ -40,4 +38,2 @@ // class { handleClick = () => { } }

regenerator: true,
// Resolve the Babel runtime relative to the config.
moduleName: path.dirname(require.resolve('babel-runtime/package')),
},

@@ -44,0 +40,0 @@ ],

8

package.json
{
"name": "babel-preset-react-app",
"version": "3.0.0-alpha.58689133",
"version": "3.0.0-alpha.134d2297",
"description": "Babel preset used by Create React App",

@@ -25,5 +25,7 @@ "repository": "facebookincubator/create-react-app",

"babel-preset-env": "1.4.0",
"babel-preset-react": "6.24.1",
"babel-runtime": "6.23.0"
"babel-preset-react": "6.24.1"
},
"peerDependencies": {
"babel-runtime": "^6.23.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