Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

posthtml

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

changelog.md

2

lib/index.js

@@ -157,2 +157,4 @@ const pkg = require('../package.json')

tree = [].concat(tree)
// sync mode

@@ -159,0 +161,0 @@ if (options.sync === true) {

25

package.json
{
"name": "posthtml",
"version": "0.14.0",
"version": "0.15.0",
"description": "HTML/XML processor",

@@ -30,17 +30,20 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"c8": "^7.3.5",
"chai": "^4.0.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"conventional-changelog-cli": "^2.1.1",
"husky": "^4.3.0",
"jsdoc-to-markdown": "^6.0.1",
"lint-staged": "^10.5.1",
"mocha": "^8.1.1",
"nyc": "^15.0.1",
"standard": "^16.0.2",
"standard-version": "^9.0.0"
"standard": "^16.0.2"
},
"scripts": {
"lint": "standard --env mocha",
"test": "npm run lint && nyc mocha",
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"test": "c8 mocha",
"docs:api": "jsdoc2md lib/api.js > docs/api.md",
"docs:core": "jsdoc2md lib/index.js > docs/core.md",
"release": "standard-version"
"docs:core": "jsdoc2md lib/index.js > docs/core.md"
},

@@ -61,7 +64,3 @@ "author": "Ivan Voischev <voischev.ivan@ya.ru>",

"bugs": "https://github.com/posthtml/posthtml/issues",
"license": "MIT",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/posthtml"
}
"license": "MIT"
}
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