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.2 to 1.0.3

4

lib/cmarked.js

@@ -217,4 +217,4 @@ 'use strict'

src = src
.replace(/\r\n|\r/, '\n')
.replace(/\t/, ' ')
.replace(/\r\n|\r/g, '\n')
.replace(/\t/g, ' ')
return this.token(src)

@@ -221,0 +221,0 @@ }

{
"name": "cmarked",
"version": "1.0.2",
"version": "1.0.3",
"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