Socket
Socket
Sign inDemoInstall

shortcode-tree

Package Overview
Dependencies
1
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

index.js

4

package.json
{
"name": "shortcode-tree",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parser library for reading short codes (BB codes) into a tree structure",
"main": "src/",
"main": "src/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "mocha --reporter spec || exit 0"

@@ -1,3 +0,3 @@

let ShortcodeParser = require('../src/shortcode-parser');
let Shortcode = require('../src/shortcode');
let ShortcodeParser = require('../src').ShortcodeParser;
let Shortcode = require('../src').Shortcode;

@@ -4,0 +4,0 @@ let {expect} = require('chai');

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