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 5.0.0 to 5.1.0

25

package.json
{
"name": "marked-terminal",
"version": "5.0.0",
"version": "5.1.0",
"description": "A custom render for marked to output to the Terminal",
"exports": "./index.js",
"main": "./index.cjs",
"browser": "./index.js",
"exports": {
"node": {
"import": "./index.js",
"require": "./index.cjs"
},
"default": "./index.js"
},
"type": "module",
"engines": {
"node": " >=14.13.1 || >=16.0.0"
"node": ">=14.13.1 || >=16.0.0"
},
"scripts": {
"build": "rollup -c",
"prepack": "npm run build",
"test": "FORCE_HYPERLINK=0 mocha tests/*.js --reporter spec"

@@ -32,3 +42,3 @@ },

"chalk": "^5.0.0",
"cli-table3": "^0.6.0",
"cli-table3": "^0.6.1",
"node-emoji": "^1.11.0",

@@ -41,4 +51,7 @@ "supports-hyperlinks": "^2.2.0"

"devDependencies": {
"marked": "^4.0.7",
"mocha": "^9.1.3"
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"marked": "^4.0.10",
"mocha": "^9.2.0",
"rollup": "^2.66.1"
},

@@ -45,0 +58,0 @@ "repository": {

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