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

@babel/helper-builder-react-jsx-experimental

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/helper-builder-react-jsx-experimental - npm Package Compare versions

Comparing version 7.11.5 to 7.12.0

6

lib/index.js

@@ -269,10 +269,10 @@ "use strict";

case "Fragment":
return `${source}/${options.development ? "jsx-dev-runtime" : "jsx-runtime"}`;
return `${source}/${options.development ? "jsx-dev-runtime" : "jsx-runtime"}.js`;
case "jsxDEV":
return `${source}/jsx-dev-runtime`;
return `${source}/jsx-dev-runtime.js`;
case "jsx":
case "jsxs":
return `${source}/jsx-runtime`;
return `${source}/jsx-runtime.js`;

@@ -279,0 +279,0 @@ case "createElement":

{
"name": "@babel/helper-builder-react-jsx-experimental",
"version": "7.11.5",
"version": "7.12.0",
"description": "Helper function to build react jsx",

@@ -18,5 +18,4 @@ "repository": {

"@babel/helper-module-imports": "^7.10.4",
"@babel/types": "^7.11.5"
},
"gitHead": "af64ccb2b00bc7574943674996c2f0507cdbfb6f"
"@babel/types": "^7.12.0"
}
}

@@ -345,8 +345,8 @@ import * as t from "@babel/types";

options.development ? "jsx-dev-runtime" : "jsx-runtime"
}`;
}.js`;
case "jsxDEV":
return `${source}/jsx-dev-runtime`;
return `${source}/jsx-dev-runtime.js`;
case "jsx":
case "jsxs":
return `${source}/jsx-runtime`;
return `${source}/jsx-runtime.js`;
case "createElement":

@@ -353,0 +353,0 @@ return source;

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