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.12.1 to 7.12.4

6

lib/index.js

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

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

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

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

@@ -5,0 +5,0 @@ "repository": {

@@ -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.js`;
return `${source}/jsx-dev-runtime`;
case "jsx":
case "jsxs":
return `${source}/jsx-runtime.js`;
return `${source}/jsx-runtime`;
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