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

hexo-include-markdown

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-include-markdown - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/replace.js

@@ -16,3 +16,3 @@ 'use strict';

promise.then( (editedArray) =>
parallel( [ value , option , data.source ] ).then( (editedElement) => {
parallel( [ value , option , data.source , PLUGIN_NM ] ).then( (editedElement) => {
editedArray.push(editedElement)

@@ -54,2 +54,3 @@ return editedArray

let source = res[2]
let PLUGIN_NM = res[3]
let tags = m.match(/\<\!\-\-\s+?md\s+?(.+?)\s+?\-\-\>/)

@@ -56,0 +57,0 @@

{
"name": "hexo-include-markdown",
"version": "0.0.2",
"version": "0.0.3",
"main": "index",

@@ -5,0 +5,0 @@ "dependencies": {},

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