Socket
Socket
Sign inDemoInstall

postcss-html

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-html - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

lib/html/parse-styles.js

@@ -64,2 +64,8 @@ "use strict";

}
if (typeof object.endLine === "number") {
if (object.endLine === 1) {
object.endColumn += this.column;
}
object.endLine += this.line;
}
}

@@ -66,0 +72,0 @@ }

14

package.json
{
"name": "postcss-html",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {

@@ -60,3 +60,3 @@ "access": "public"

"htmlparser2": "^7.1.2",
"postcss": "^8.3.11",
"postcss": "^8.4.0",
"postcss-safe-parser": "^6.0.0"

@@ -72,9 +72,9 @@ },

"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-json-schema-validator": "^1.2.42",
"eslint-plugin-jsonc": "^1.7.0",
"eslint-plugin-json-schema-validator": "^2.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-node-dependencies": "^0.5.1",
"eslint-plugin-node-dependencies": "^0.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-regexp": "^1.4.1",
"eslint-plugin-yml": "^0.10.1",
"eslint-plugin-yml": "^0.12.0",
"mocha": "^9.1.3",

@@ -88,5 +88,5 @@ "mocha-chai-jest-snapshot": "^1.1.3",

"stylelint": "^14.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard": "^24.0.0",
"sugarss": "^4.0.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