Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-jsx

Package Overview
Dependencies
Maintainers
5
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-syntax-jsx - npm Package Compare versions

Comparing version 7.0.0 to 7.2.0

2

lib/index.js

@@ -21,2 +21,4 @@ "use strict";

return {
name: "syntax-jsx",
manipulateOptions(opts, parserOpts) {

@@ -23,0 +25,0 @@ if (parserOpts.plugins.some(p => (Array.isArray(p) ? p[0] : p) === "typescript")) {

7

package.json
{
"name": "@babel/plugin-syntax-jsx",
"version": "7.0.0",
"version": "7.2.0",
"description": "Allow parsing of jsx",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-jsx",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",

@@ -18,4 +21,4 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.0.0"
"@babel/core": "^7.2.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc