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

@launchpad-ui/markdown

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/markdown - npm Package Compare versions

Comparing version 0.5.24 to 0.5.25

2

dist/utils.d.ts

@@ -5,4 +5,4 @@ declare function isAnchorNode(node: Element): node is HTMLAnchorElement;

allowedTags?: string[];
}): string | HTMLElement | DocumentFragment;
}): string | DocumentFragment | HTMLElement;
export { isAnchorNode, renderMarkdown };
//# sourceMappingURL=utils.d.ts.map
{
"name": "@launchpad-ui/markdown",
"version": "0.5.24",
"version": "0.5.25",
"status": "beta",

@@ -35,5 +35,5 @@ "publishConfig": {

"classix": "2.1.17",
"isomorphic-dompurify": "^2.14.0",
"isomorphic-dompurify": "^2.15.0",
"marked": "^14.1.0",
"@launchpad-ui/tokens": "~0.11.3"
"@launchpad-ui/tokens": "~0.11.4"
},

@@ -52,5 +52,4 @@ "peerDependencies": {

"clean": "rm -rf dist",
"lint": "stylelint '**/*.css' --ignore-path ../../.stylelintignore",
"test": "vitest run --coverage"
}
}
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