Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@wordpress/shortcode

Package Overview
Dependencies
Maintainers
21
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/shortcode - npm Package Compare versions

Comparing version
3.1.1
to
3.2.0
+2
-0
CHANGELOG.md

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

## 3.2.0 (2021-07-21)
## 3.1.0 (2021-05-20)

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

+2
-2
{
"name": "@wordpress/shortcode",
"version": "3.1.1",
"version": "3.2.0",
"description": "Shortcode module for WordPress.",

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

},
"gitHead": "954d6776be2ee80b5975e4ced6a3d481d8a89354"
"gitHead": "743b70f86f1e75fd66a583bf659f2b2fe5daf1cc"
}

@@ -19,3 +19,3 @@ # Shortcode

<a name="attrs" href="#attrs">#</a> **attrs**
### attrs

@@ -42,3 +42,3 @@ Parse shortcode attributes.

<a name="default" href="#default">#</a> **default**
### default

@@ -60,3 +60,3 @@ Creates a shortcode instance.

<a name="fromMatch" href="#fromMatch">#</a> **fromMatch**
### fromMatch

@@ -77,3 +77,3 @@ Generate a Shortcode Object from a RegExp match.

<a name="next" href="#next">#</a> **next**
### next

@@ -92,3 +92,3 @@ Find the next matching shortcode.

<a name="regexp" href="#regexp">#</a> **regexp**
### regexp

@@ -118,3 +118,3 @@ Generate a RegExp to identify a shortcode.

<a name="replace" href="#replace">#</a> **replace**
### replace

@@ -133,3 +133,3 @@ Replace matching shortcodes in a block of text.

<a name="string" href="#string">#</a> **string**
### string

@@ -136,0 +136,0 @@ Generate a string from shortcode parameters.