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.0 to 1.0.1

test/cmarked.html

14

lib/cmarked.js

@@ -0,1 +1,2 @@

'use strict'

@@ -69,2 +70,10 @@ ;(function() {

/*
* 内联词法正则
*/
let inline = {
link: /^!?\[\]\(\)/
}
inline.normal = Object.assign({}, inline)
/**

@@ -77,3 +86,8 @@ * 内联词法解析器

this.links = links
this.rules = inline.normal
}
output() {
}
}

@@ -80,0 +94,0 @@ /**

2

package.json
{
"name": "cmarked",
"version": "1.0.0",
"version": "1.0.1",
"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