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

@kaciras-blog/markdown

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaciras-blog/markdown - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

lib/activate.d.ts

2

lib/index.d.ts

@@ -5,3 +5,3 @@ import "./web/markdown.css";

export * from "./miscellaneous.js";
export * from "./web/activate.js";
export * from "./activate.ts";
export { default as TOC } from "markdown-it-toc-done-right";

@@ -8,0 +8,0 @@ export { default as Collect } from "./collect.js";

import { A as C, a as g, C as b, D as v, F as p, M as A, U as w, c as D, d as F, h as G } from "./highlight-e14f2255.js";
import { activate as T } from "./web/activate.js";
import { activate as T } from "./activate.js";
import { default as y } from "markdown-it-toc-done-right";

@@ -4,0 +4,0 @@ import { f as I } from "./fence-30cfdf9c.js";

@@ -1,29 +0,29 @@

import o from "markdown-it";
import { M as r, F as t, C as n, A as c, a, h as i, U as d } from "./highlight-e14f2255.js";
import u from "markdown-it";
import { D as f, F as o, C as t, A as d, a, M as n, h as i, U as l } from "./highlight-e14f2255.js";
import { f as m } from "./fence-30cfdf9c.js";
import f from "markdown-it-toc-done-right";
const u = new o();
u.use(r);
u.use(f);
u.use(t);
u.use(n);
const e = new o();
import c from "markdown-it-toc-done-right";
const r = new u();
r.use(f);
r.use(c);
r.use(o);
r.use(t);
const e = new u();
e.use(d);
e.use(o);
e.use(c);
e.use(t);
e.use(f);
e.use(a);
e.use(r);
e.use(n);
e.use(t);
e.use(m, i);
const s = new o();
s.use(t);
const s = new u();
s.use(o);
s.use(a);
s.use(d);
s.use(r);
s.use(l);
s.use(n);
s.use(t);
s.use(m, i);
export {
u as coreRenderer,
r as coreRenderer,
s as guestRenderer,
e as trustedRenderer
};
{
"name": "@kaciras-blog/markdown",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",

@@ -13,3 +13,3 @@ "description": "Kaciras Flavored Markdown",

".": "./lib/index.js",
"./activate": "./lib/web/activate.js",
"./activate": "./lib/activate.js",
"./presets": "./lib/presets.js",

@@ -42,9 +42,6 @@ "./style.css": "./lib/style.css"

},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vite build && tsc --project ./tsconfig.types.json",
"build": "vite build && tsc --project tsconfig.build.json",
"test": "vitest run"
}
}
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