Socket
Socket
Sign inDemoInstall

@babel/preset-react

Package Overview
Dependencies
Maintainers
4
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/preset-react - npm Package Compare versions

Comparing version 8.0.0-alpha.10 to 8.0.0-alpha.11

2

lib/index.js

@@ -65,3 +65,3 @@ import { declarePreset } from '@babel/helper-plugin-utils';

var index = declarePreset((api, opts) => {
api.assertVersion("8.0.0-alpha.10");
api.assertVersion("8.0.0-alpha.11");
const {

@@ -68,0 +68,0 @@ development,

{
"name": "@babel/preset-react",
"version": "8.0.0-alpha.10",
"version": "8.0.0-alpha.11",
"description": "Babel preset for all React plugins.",

@@ -19,15 +19,15 @@ "author": "The Babel Team (https://babel.dev/team)",

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-alpha.10",
"@babel/helper-validator-option": "^8.0.0-alpha.10",
"@babel/plugin-transform-react-display-name": "^8.0.0-alpha.10",
"@babel/plugin-transform-react-jsx": "^8.0.0-alpha.10",
"@babel/plugin-transform-react-jsx-development": "^8.0.0-alpha.10",
"@babel/plugin-transform-react-pure-annotations": "^8.0.0-alpha.10"
"@babel/helper-plugin-utils": "^8.0.0-alpha.11",
"@babel/helper-validator-option": "^8.0.0-alpha.11",
"@babel/plugin-transform-react-display-name": "^8.0.0-alpha.11",
"@babel/plugin-transform-react-jsx": "^8.0.0-alpha.11",
"@babel/plugin-transform-react-jsx-development": "^8.0.0-alpha.11",
"@babel/plugin-transform-react-pure-annotations": "^8.0.0-alpha.11"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.10"
"@babel/core": "^8.0.0-alpha.11"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.10",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.10"
"@babel/core": "^8.0.0-alpha.11",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.11"
},

@@ -34,0 +34,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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