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

remark-mdc

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-mdc - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

1

dist/index.d.ts

@@ -11,2 +11,3 @@ import { Plugin } from 'unified';

components?: ComponentHandler[]
maxAttributesLength?: number
experimental?: {

@@ -13,0 +14,0 @@ autoUnwrap?: boolean

12

package.json
{
"name": "remark-mdc",
"version": "3.2.1",
"version": "3.3.0",
"description": "Remark plugin to support MDC syntax",

@@ -23,3 +23,4 @@ "keywords": [

"lint": "eslint --ext .js,.ts,.vue .",
"test": "pnpm lint && vitest run",
"test:ui": "pnpm lint && vitest --ui --open=false",
"test": "vitest run",
"prepack": "pnpm build",

@@ -32,3 +33,2 @@ "release": "release-it"

"flat": "^6.0.1",
"js-yaml": "^4.1.0",
"mdast-util-from-markdown": "^2.0.0",

@@ -47,3 +47,4 @@ "mdast-util-to-markdown": "^2.1.0",

"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1"
"unist-util-visit-parents": "^6.0.1",
"yaml": "^2.4.2"
},

@@ -80,3 +81,4 @@ "devDependencies": {

}
}
},
"packageManager": "pnpm@9.12.3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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