Socket
Socket
Sign inDemoInstall

@wordpress/element

Package Overview
Dependencies
Maintainers
15
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/element - npm Package Compare versions

Comparing version 2.16.0 to 2.17.0

4

build-module/raw-html.js

@@ -13,8 +13,4 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

/* eslint-disable jsdoc/valid-types */
/** @typedef {{children: string} & import('react').ComponentPropsWithoutRef<'div'>} RawHTMLProps */
/* eslint-enable jsdoc/valid-types */
/**

@@ -21,0 +17,0 @@ * Component used as equivalent of Fragment with unescaped HTML, in cases where

@@ -22,8 +22,4 @@ "use strict";

/* eslint-disable jsdoc/valid-types */
/** @typedef {{children: string} & import('react').ComponentPropsWithoutRef<'div'>} RawHTMLProps */
/* eslint-enable jsdoc/valid-types */
/**

@@ -30,0 +26,0 @@ * Component used as equivalent of Fragment with unescaped HTML, in cases where

10

package.json
{
"name": "@wordpress/element",
"version": "2.16.0",
"version": "2.17.0",
"description": "Element React module for WordPress.",

@@ -30,5 +30,5 @@ "author": "The WordPress Contributors",

"@wordpress/escape-html": "^1.9.0",
"lodash": "^4.17.15",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"lodash": "^4.17.19",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},

@@ -38,3 +38,3 @@ "publishConfig": {

},
"gitHead": "381a42b62e157d0e7fd6366cc51b0f5725990044"
"gitHead": "07baf5a12007d31bbd4ee22113b07952f7eacc26"
}

@@ -7,5 +7,3 @@ /**

// Disable reason: JSDoc linter doesn't seem to parse the union (`&`) correctly.
/* eslint-disable jsdoc/valid-types */
/** @typedef {{children: string} & import('react').ComponentPropsWithoutRef<'div'>} RawHTMLProps */
/* eslint-enable jsdoc/valid-types */

@@ -12,0 +10,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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