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 4.0.0 to 4.1.0

14

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

@@ -22,11 +22,11 @@ "main": "index.js",

"peerDependencies": {
"marked": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0"
"marked": ">=0.4.0 <2.0.0"
},
"dependencies": {
"ansi-escapes": "^4.3.0",
"ansi-escapes": "^4.3.1",
"cardinal": "^2.1.1",
"chalk": "^3.0.0",
"chalk": "^4.0.0",
"cli-table": "^0.3.1",
"node-emoji": "^1.10.0",
"supports-hyperlinks": "^2.0.0"
"supports-hyperlinks": "^2.1.0"
},

@@ -37,4 +37,4 @@ "directories": {

"devDependencies": {
"marked": "^0.8.0",
"mocha": "^7.0.0"
"marked": "^1.0.0",
"mocha": "^7.1.1"
},

@@ -41,0 +41,0 @@ "repository": {

@@ -137,1 +137,5 @@ marked-terminal

See [more examples](./example/)
## Related
- [ink-markdown](https://github.com/cameronhunter/ink-markdown) - Markdown component for Ink
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