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

@nlux/markdown

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlux/markdown - npm Package Compare versions

Comparing version 2.13.2 to 2.14.0

8

markdown.d.ts

@@ -29,9 +29,3 @@ type Highlighter = (input: string, language: string) => string;

};
type SnapshotParser = (snapshot: string, options?: {
syntaxHighlighter?: HighlighterExtension;
htmlSanitizer?: SanitizerExtension;
markdownLinkTarget?: 'blank' | 'self';
showCodeBlockCopyButton?: boolean;
skipStreamingAnimation?: boolean;
}) => string;
type SnapshotParser = (snapshot: string, options?: SnapshotParserOptions) => string;

@@ -38,0 +32,0 @@ declare const parseMdSnapshot: SnapshotParser;

2

package.json
{
"name": "@nlux/markdown",
"version": "2.13.2",
"version": "2.14.0",
"description": "A lightweight and fast markdown parser used by nlux that can be used to parse markdown text streams into DOM.",

@@ -5,0 +5,0 @@ "keywords": [

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