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
231
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.1.2
+2
-2
package.json
{
"name": "@wordpress/shortcode",
"version": "3.1.1",
"version": "3.1.2",
"description": "Shortcode module for WordPress.",

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

},
"gitHead": "954d6776be2ee80b5975e4ced6a3d481d8a89354"
"gitHead": "c6e7eca347923b56c0117f8129f80eba6ac59f52"
}

@@ -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

@@ -146,3 +146,3 @@ Generate a string from shortcode parameters.

- _options_ `Object`:
- _options_ `Object`:

@@ -153,5 +153,4 @@ _Returns_

<!-- END TOKEN(Autogenerated API docs) -->
<br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>