Socket
Socket
Sign inDemoInstall

marked-terminal

Package Overview
Dependencies
Maintainers
1
Versions
34
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 3.1.0 to 3.1.1

4

index.js

@@ -125,2 +125,6 @@ "use strict";

Renderer.prototype.checkbox = function(checked) {
return '[' + (checked ? "X" : " ") + '] ';
};
Renderer.prototype.paragraph = function(text) {

@@ -127,0 +131,0 @@ var transform = compose(this.o.paragraph, this.transform);

2

package.json
{
"name": "marked-terminal",
"version": "3.1.0",
"version": "3.1.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