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 to 4.0.1-next.d6164808d3.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

## 4.0.0-next.0 (2022-08-23)
### Breaking Change
- Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
## 3.0.0 (2021-01-21)

@@ -7,0 +13,0 @@

6

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

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

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -40,3 +40,3 @@ "files": [

},
"gitHead": "48d5f37dfb52d2e77c8eeb662f9874cf141b8c6b"
"gitHead": "ba8a396d2f418e53a6c4c50575582f3f3eb11ff7"
}

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

**Note**: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
**Note**: This package requires Node.js 14.0.0 or later. It is not compatible with older versions.

@@ -20,0 +20,0 @@ ## Usage

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