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

hexo-renderer-markdown-it

Package Overview
Dependencies
Maintainers
10
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-renderer-markdown-it - npm Package Compare versions

Comparing version

to
7.1.1

2

lib/images.js

@@ -16,2 +16,4 @@ 'use strict';

token.attrSet('alt', token.content);
if (lazyload) {

@@ -18,0 +20,0 @@ token.attrSet('loading', 'lazy');

6

package.json
{
"name": "hexo-renderer-markdown-it",
"version": "7.1.0",
"version": "7.1.1",
"description": "Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.",

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

"eslint-config-hexo": "^5.0.0",
"hexo": "^6.3.0",
"hexo": "^7.0.0",
"mocha": "^10.2.0",
"c8": "^7.13.0"
"c8": "^8.0.1"
},

@@ -57,0 +57,0 @@ "engines": {