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

babel-plugin-transform-react-jsx-source

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-react-jsx-source - npm Package Compare versions

Comparing version 7.0.0-alpha.12 to 7.0.0-alpha.14

5

lib/index.js

@@ -35,3 +35,6 @@ "use strict";

var fileNameIdentifier = path.scope.generateUidIdentifier(FILE_NAME_VAR);
path.hub.file.scope.push({ id: fileNameIdentifier, init: t.stringLiteral(fileName) });
path.hub.file.scope.push({
id: fileNameIdentifier,
init: t.stringLiteral(fileName)
});
state.fileNameIdentifier = fileNameIdentifier;

@@ -38,0 +41,0 @@ }

6

package.json
{
"name": "babel-plugin-transform-react-jsx-source",
"version": "7.0.0-alpha.12",
"version": "7.0.0-alpha.14",
"description": "Add a __source prop to all JSX Elements",

@@ -12,7 +12,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",

"dependencies": {
"babel-plugin-syntax-jsx": "7.0.0-alpha.12"
"babel-plugin-syntax-jsx": "7.0.0-alpha.14"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.12"
"babel-helper-plugin-test-runner": "7.0.0-alpha.14"
}
}
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