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

babel-helper-builder-react-jsx

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-builder-react-jsx - npm Package Compare versions

Comparing version 7.0.0-alpha.3 to 7.0.0-alpha.7

4

lib/index.js

@@ -57,2 +57,6 @@ "use strict";

value.value = value.value.replace(/\n\s+/g, " ");
if (value.extra && value.extra.raw) {
delete value.extra.raw;
}
}

@@ -59,0 +63,0 @@

4

package.json
{
"name": "babel-helper-builder-react-jsx",
"version": "7.0.0-alpha.3",
"version": "7.0.0-alpha.7",
"description": "Helper function to build react jsx",

@@ -9,5 +9,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",

"dependencies": {
"babel-types": "7.0.0-alpha.3",
"babel-types": "7.0.0-alpha.7",
"esutils": "^2.0.0"
}
}

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