Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

marked-highlight

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

8

package.json
{
"name": "marked-highlight",
"version": "2.0.0",
"version": "2.0.1",
"description": "marked highlight",

@@ -53,5 +53,5 @@ "main": "./lib/index.cjs",

"@semantic-release/release-notes-generator": "^11.0.1",
"@types/marked": "^4.3.0",
"@types/marked": "^5.0.0",
"babel-jest": "^29.5.0",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",

@@ -65,5 +65,5 @@ "eslint-plugin-import": "^2.27.5",

"pygmentize-bundled": "^2.3.0",
"rollup": "^3.21.7",
"rollup": "^3.23.0",
"semantic-release": "^21.0.2"
}
}

@@ -68,3 +68,3 @@ declare module 'marked-highlight' {

*/
export function markedHighlight(options: SynchronousOptions): import('marked').MarkedExtension;
export function markedHighlight(options: SynchronousOptions): import('marked').marked.MarkedExtension;

@@ -77,3 +77,3 @@ /**

*/
export function markedHighlight(options: AsynchronousOptions): import('marked').MarkedExtension;
export function markedHighlight(options: AsynchronousOptions): import('marked').marked.MarkedExtension;

@@ -88,3 +88,3 @@ /**

highlightFunction: SyncHighlightFunction
): import('marked').MarkedExtension;
): import('marked').marked.MarkedExtension;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc