Socket
Socket
Sign inDemoInstall

hexo-renderer-multi-next-markdown-it

Package Overview
Dependencies
192
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.8

2

lib/filter.js

@@ -20,3 +20,3 @@ // eslint-disable-next-line no-unused-vars

for (; i < len; i++) {
if (minimatch(path, exclude[i], { matchBase: true })) return true
if (minimatch.minimatch(path, exclude[i], { matchBase: true })) return true
}

@@ -23,0 +23,0 @@ } else return false

{
"name": "hexo-renderer-multi-next-markdown-it",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Markdown parser for Hexo and auto Minify HTML, CSS, JS.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc