Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
0
Maintainers
25
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.25.3 to 4.26.0

4

package.json
{
"name": "@wordpress/babel-plugin-import-jsx-pragma",
"version": "4.25.3",
"version": "4.26.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": "6256f93c37705d142f75a99f1fc808540ca7dca8"
"gitHead": "9b8e598c5418d38fe72197c24ef1d3dd6c712151"
}

@@ -41,3 +41,3 @@ # Babel Plugin Import JSX Pragma

For example, if you are using the `@wordpress/element` package, you may want to use the following configuration:
For example, if you are using the `react` package, you may want to use the following configuration:

@@ -53,3 +53,3 @@ ```js

scopeVariableFrag: 'Fragment',
source: '@wordpress/element',
source: 'react',
isDefault: false,

@@ -56,0 +56,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc