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

rmd

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmd - npm Package Compare versions

Comparing version 0.0.0 to 0.0.2

bin/rmd

18

package.json
{
"name": "rmd",
"version": "0.0.0",
"version": "0.0.2",
"description": "Read markdown files in the terminal in color",
"main": "index.js",
"main": "lib",
"bin": {
"rmd": "bin/rmd"
},
"scripts": {

@@ -10,5 +13,7 @@ "test": "echo \"Error: no test specified\" && exit 1"

"author": "Jake Gully <jake@deviouschimp.co.uk> (http://deviouschimp.co.uk)",
"contributors": ["Jake Gully <jake@deviouschimp.co.uk> (http://deviouschimp.co.uk)"],
"contributors": [
"Jake Gully <jake@deviouschimp.co.uk> (http://deviouschimp.co.uk)"
],
"keywords": [
"markdown"
"markdown"
],

@@ -23,5 +28,6 @@ "bugs": "https://github.com/mrchimp/rmd/issues",

"dependencies": {
"chalk": "~0.5.1",
"ent": "~2.0.0",
"marked": "~0.3.2",
"ent": "~2.0.0",
"chalk": "~0.5.1",
"request": "^2.40.0",
"yargs": "~1.3.1"

@@ -28,0 +34,0 @@ },

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