Socket
Socket
Sign inDemoInstall

shortcode-tree

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.12 to 1.4.13

5

dist/shortcode.js

@@ -144,2 +144,3 @@ "use strict";

*
* @param {object} options Formatter options
* @returns {string}

@@ -150,4 +151,4 @@ */

key: "stringify",
value: function stringify() {
return ShortcodeFormatter.stringify(this);
value: function stringify(options) {
return ShortcodeFormatter.stringify(this, options);
}

@@ -154,0 +155,0 @@

2

package.json
{
"name": "shortcode-tree",
"version": "1.4.12",
"version": "1.4.13",
"description": "Parser library for reading short codes (BB codes) into a tree structure",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc