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

@mdit/plugin-container

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdit/plugin-container - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

lib/index.js

2

lib/index.d.ts

@@ -1,2 +0,2 @@

import { RenderRule } from 'markdown-it/lib/renderer.js';
import { RenderRule } from 'markdown-it/lib/renderer.mjs';
import { PluginWithOptions } from 'markdown-it';

@@ -3,0 +3,0 @@

{
"name": "@mdit/plugin-container",
"version": "0.8.0",
"version": "0.9.0",
"description": "container plugin for MarkdownIt",

@@ -26,24 +26,20 @@ "keywords": [

},
"main": "lib/index.cjs",
"types": "lib/index.d.ts",
"type": "module",
"exports": {
".": {
"type": "./lib/index.mts",
"require": "./lib/index.cjs",
"import": "./lib/index.mjs",
"default": "./lib/index.mjs"
"type": "./lib/index.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">= 18"
},
"dependencies": {
"@types/markdown-it": "^13.0.7"
"@types/markdown-it": "^14.0.1"
},
"peerDependencies": {
"markdown-it": "^14.0.0"
"markdown-it": "^14.1.0"
},

@@ -55,2 +51,5 @@ "peerDependenciesMeta": {

},
"engines": {
"node": ">= 18"
},
"publishConfig": {

@@ -57,0 +56,0 @@ "access": "public"

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