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

lys-markdown-parser

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lys-markdown-parser - npm Package Compare versions

Comparing version 3.13.5 to 3.14.0

dist/index.umd.js

4

package.json
{
"name": "lys-markdown-parser",
"version": "3.13.5",
"version": "3.14.0",
"description": "js markdown parser",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"build:cjs": "rollup src/index.js --format cjs --file dist/index.js",
"build:umd": "rollup src/index.js --format iife --name \"lymd\" --file dist/lymd.min.js",
"build:umd": "rollup src/index.js --format iife --name \"lymd\" --file dist/index.umd.js",
"min": "babel dist --out-dir dist; minify dist/index.umd.js -d dist",

@@ -14,0 +14,0 @@ "build": "yarn lint; npm run build:cjs; npm run build:umd; npm run min",

@@ -30,5 +30,5 @@ /**

try {
return decodeURIComponent(v)
return decodeURIComponent(v);
} catch (_) {
return v
return v;
}

@@ -35,0 +35,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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