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

postcss-markdown

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-markdown - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

6

lib/markdown/parse-styles.js

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

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

@@ -67,0 +73,0 @@ }

16

package.json
{
"name": "postcss-markdown",
"version": "1.1.0",
"version": "1.2.0",
"publishConfig": {

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

"micromark-extension-frontmatter": "^0.2.2",
"postcss": "^8.3.9",
"postcss": "^8.4.0",
"postcss-safe-parser": "^6.0.0"

@@ -72,13 +72,13 @@ },

"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-json-schema-validator": "^1.2.35",
"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.0",
"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.0.0",
"mocha-chai-jest-snapshot": "^1.1.3",
"nyc": "^15.1.0",
"postcss-html": "^1.1.0",
"postcss-html": "^1.3.0",
"postcss-less": "^5.0.0",

@@ -89,5 +89,5 @@ "postcss-scss": "^4.0.0",

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