Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/wordcount

Package Overview
Dependencies
Maintainers
24
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/wordcount - npm Package Compare versions

Comparing version 3.50.0 to 3.51.0

3

build/defaultSettings.js

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

const defaultSettings = {
const defaultSettings = exports.defaultSettings = {
HTMLRegExp: /<\/?[a-z][^>]*?>/gi,

@@ -108,3 +108,2 @@ HTMLcommentRegExp: /<!--[\s\S]*?-->/g,

};
exports.defaultSettings = defaultSettings;
//# sourceMappingURL=defaultSettings.js.map

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

## 3.51.0 (2024-02-09)
## 3.50.0 (2024-01-24)

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

{
"name": "@wordpress/wordcount",
"version": "3.50.0",
"version": "3.51.0",
"description": "WordPress word count utility.",

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

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

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