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
6
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.1 to 7.0.0-alpha.3

2

lib/index.js

@@ -32,3 +32,3 @@ "use strict";

if (!state.fileNameIdentifier) {
var fileName = state.file.log.filename !== "unknown" ? state.file.log.filename : null;
var fileName = state.file.opts.filename;

@@ -35,0 +35,0 @@ var fileNameIdentifier = path.scope.generateUidIdentifier(FILE_NAME_VAR);

{
"name": "babel-plugin-transform-react-jsx-source",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.3",
"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.1"
"babel-plugin-syntax-jsx": "7.0.0-alpha.3"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.1"
"babel-helper-plugin-test-runner": "7.0.0-alpha.3"
}
}
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