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

remark-lint-code-block-syntax

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-code-block-syntax - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

16

package.json
{
"name": "remark-lint-code-block-syntax",
"version": "0.6.0",
"version": "0.7.0",
"description": "A remark-lint rule to check language syntax in a code block.",

@@ -17,3 +17,3 @@ "author": "Masafumi Koba",

"engines": {
"node": "^14.13.1 || >=16.0.0"
"node": ">=16.0.0"
},

@@ -38,11 +38,11 @@ "type": "module",

"dependencies": {
"@swc/core": "^1.2.249",
"@swc/core": "^1.3.82",
"js-yaml": "^4.1.0",
"postcss": "^8.4.16",
"unified-lint-rule": "^2.1.1",
"unist-util-visit": "^4.1.1"
"postcss": "^8.4.29",
"unified-lint-rule": "^2.1.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"jest": "^29.0.2",
"remark": "^14.0.1"
"jest": "^29.6.4",
"remark": "^14.0.3"
},

@@ -49,0 +49,0 @@ "eslintConfig": {

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