New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@honkit/html

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@honkit/html - npm Package Compare versions

Comparing version
6.0.4
to
6.1.2
+8
-9
package.json
{
"name": "@honkit/html",
"version": "6.0.4",
"version": "6.1.2",
"description": "Parse HTML content for gitbook",

@@ -34,8 +34,2 @@ "homepage": "https://github.com/honkit/honkit",

],
"scripts": {
"build": "tsc -p .",
"clean": "rimraf lib/",
"test": "mocha",
"prepublish": "npm run --if-present build"
},
"dependencies": {

@@ -54,3 +48,8 @@ "cheerio": "^1.0.0",

},
"gitHead": "2a3f084fd5908ac4a7efcecd4a1114888af6f871"
}
"scripts": {
"build": "tsc -p .",
"clean": "rimraf lib/",
"test": "mocha",
"prepublish": "npm run --if-present build"
}
}