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

marked

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

lib/marked.js

@@ -424,3 +424,3 @@ /**

return '<p>'
+ inline.lexer(body.join(' '))
+ inline.lexer(body.join('\n'))
+ '</p>';

@@ -427,0 +427,0 @@ }

@@ -5,3 +5,3 @@ {

"author": "Christopher Jeffrey",
"version": "0.0.8",
"version": "0.0.9",
"main": "./lib/marked.js",

@@ -8,0 +8,0 @@ "bin": { "marked": "./bin/marked" },

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