New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hexo-renderer-marked

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-renderer-marked - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

8

lib/renderer.js

@@ -36,9 +36,3 @@ 'use strict';

function anchorId(str) {
// Add support for Chinese
return escape(str
.replace(/\s+/g, '_')
.replace(/\./g, '-')
.replace(/-{2,}/g, '-'))
.replace(/%/g, '_')
.replace(/^[\-_]+|[\-_]+$/g, '');
return util.slugize(str.trim());
}

@@ -45,0 +39,0 @@

2

package.json
{
"name": "hexo-renderer-marked",
"version": "0.2.9",
"version": "0.2.10",
"description": "Markdown renderer plugin for Hexo",

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

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