Socket
Socket
Sign inDemoInstall

@wordpress/babel-plugin-import-jsx-pragma

Package Overview
Dependencies
Maintainers
25
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/babel-plugin-import-jsx-pragma - npm Package Compare versions

Comparing version 3.2.0-next.e230fbab09.0 to 3.2.0

10

index.js

@@ -51,5 +51,4 @@ /**

const { scopeVariable } = getOptions( state );
state.hasUndeclaredScopeVariable = ! path.scope.hasBinding(
scopeVariable
);
state.hasUndeclaredScopeVariable =
! path.scope.hasBinding( scopeVariable );
},

@@ -66,5 +65,4 @@ JSXFragment( path, state ) {

state.hasUndeclaredScopeVariableFrag = ! path.scope.hasBinding(
scopeVariableFrag
);
state.hasUndeclaredScopeVariableFrag =
! path.scope.hasBinding( scopeVariableFrag );
},

@@ -71,0 +69,0 @@ Program: {

4

package.json
{
"name": "@wordpress/babel-plugin-import-jsx-pragma",
"version": "3.2.0-next.e230fbab09.0",
"version": "3.2.0",
"description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.",

@@ -39,3 +39,3 @@ "author": "The WordPress Contributors",

},
"gitHead": "308df03e6a96ded732f9c4e32471b1b4f8dea54a"
"gitHead": "48d5f37dfb52d2e77c8eeb662f9874cf141b8c6b"
}
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