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

marked-terminal

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marked-terminal - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

5

index.js

@@ -41,2 +41,3 @@ "use strict";

href: chalk.blue.underline,
text: identity,
unescape: true,

@@ -72,3 +73,5 @@ emoji: true,

Renderer.prototype.text = identity;
Renderer.prototype.text = function (text) {
return this.o.text(text);
};

@@ -75,0 +78,0 @@ Renderer.prototype.code = function(code, lang, escaped) {

2

package.json
{
"name": "marked-terminal",
"version": "1.6.0",
"version": "1.6.1",
"description": "A custom render for marked to output to the Terminal",

@@ -5,0 +5,0 @@ "main": "index.js",

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