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

posthtml-postcss

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

posthtml-postcss - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

lib/index.js

48

package.json
{
"name": "posthtml-postcss",
"version": "0.5.0",
"description": "PostHTML-PostCSS plugin. Use PostCSS in HTML document",
"version": "0.6.0",
"description": "Use PostCSS with PostHTML",
"license": "MIT",
"repository": "posthtml/posthtml-postcss",
"author": "Ivan Voischev <voischev.ivan@ya.ru>",
"main": "index.js",
"bugs": "https://github.com/posthtml/posthtml-postcss/issues",
"homepage": "https://github.com/posthtml/posthtml-postcss",
"main": "lib/index.js",
"engines": {
"node": ">=10"
"node": ">=16"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"test": "c8 mocha --timeout 5000",
"lint": "xo",
"pretest": "clinton"
"dev": "vitest",
"release": "np",
"pretest": "npm run lint",
"lint": "eslint lib/*.{js,ts}",
"test": "vitest run --coverage",
"postrelease": "npm run version",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"files": [
"index.js"
"lib"
],

@@ -29,4 +34,2 @@ "keywords": [

"processor",
"htmlnext",
"transforming",
"transform",

@@ -38,19 +41,14 @@ "manipulation",

"dependencies": {
"postcss": "^8.0.0",
"postcss-load-config": "^2.1.2"
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"autoprefixer": "^10.0.2",
"c8": "^7.3.5",
"chai": "^4.2.0",
"clinton": "^0.14.0",
"conventional-changelog-cli": "^2.1.1",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"mocha": "^8.2.1",
"posthtml": "^0.13.4",
"xo": "^0.34.2"
"@vitest/coverage-v8": "^1.3.1",
"autoprefixer": "^10.4.17",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
"np": "^9.2.0",
"posthtml": "^0.16.6",
"vitest": "^1.3.1"
}
}
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