New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/primitives

Package Overview
Dependencies
Maintainers
24
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/primitives - npm Package Compare versions

Comparing version 3.48.0 to 3.49.0

3

build/block-quotation/index.js

@@ -7,4 +7,3 @@ "use strict";

exports.BlockQuotation = void 0;
const BlockQuotation = 'blockquote';
exports.BlockQuotation = BlockQuotation;
const BlockQuotation = exports.BlockQuotation = 'blockquote';
//# sourceMappingURL=index.js.map

@@ -25,3 +25,3 @@ "use strict";

const BlockQuotation = (0, _element.forwardRef)(({
const BlockQuotation = exports.BlockQuotation = (0, _element.forwardRef)(({
...props

@@ -62,3 +62,2 @@ }, ref) => {

});
exports.BlockQuotation = BlockQuotation;
//# sourceMappingURL=index.native.js.map

@@ -7,4 +7,3 @@ "use strict";

exports.HorizontalRule = void 0;
const HorizontalRule = 'hr';
exports.HorizontalRule = HorizontalRule;
const HorizontalRule = exports.HorizontalRule = 'hr';
//# sourceMappingURL=index.js.map

@@ -58,4 +58,3 @@ "use strict";

};
const HorizontalRule = (0, _compose.withPreferredColorScheme)(HR);
exports.HorizontalRule = HorizontalRule;
const HorizontalRule = exports.HorizontalRule = (0, _compose.withPreferredColorScheme)(HR);
//# sourceMappingURL=index.native.js.map

@@ -99,3 +99,3 @@ "use strict";

exports.Stop = Stop;
const SVG = (0, _element.forwardRef)(
const SVG = exports.SVG = (0, _element.forwardRef)(
/**

@@ -129,4 +129,3 @@ * @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.

});
exports.SVG = SVG;
SVG.displayName = 'SVG';
//# sourceMappingURL=index.js.map

@@ -7,4 +7,3 @@ "use strict";

exports.View = void 0;
const View = 'div';
exports.View = View;
const View = exports.View = 'div';
//# sourceMappingURL=index.js.map

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

## 3.49.0 (2024-02-09)
## 3.48.0 (2024-01-24)

@@ -7,0 +9,0 @@

{
"name": "@wordpress/primitives",
"version": "3.48.0",
"version": "3.49.0",
"description": "WordPress cross-platform primitives.",

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

"@babel/runtime": "^7.16.0",
"@wordpress/element": "^5.27.0",
"@wordpress/element": "^5.28.0",
"classnames": "^2.3.1"

@@ -41,3 +41,3 @@ },

},
"gitHead": "45de2cb4212fed7f2763e95f10300d1ff9d0ec08"
"gitHead": "eb796371e9630636a4a8837033807b0c4a06ed67"
}

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

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