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

cmarked

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmarked - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

6

lib/cmarked.js

@@ -19,2 +19,3 @@ 'use strict'

code: /^( {4}[^\n]+\n*)+/,
codepen: noop,
paragraph: /((?:[^\n]+\n?)+)\n*/,

@@ -159,3 +160,3 @@ text: /^[^\n]+/,

this.renderer = options.renderer || new Renderer
}
}

@@ -546,2 +547,5 @@ output(src) {

function noop() {}
noop.exec = noop;
function replace(regex, opt) {

@@ -548,0 +552,0 @@ regex = regex.source

2

package.json
{
"name": "cmarked",
"version": "1.0.10",
"version": "1.0.11",
"description": "更符合汉语的markdown编译器",

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

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