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

rdd

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdd - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

src/js/cli.js

11

package.json
{
"name": "rdd",
"version": "0.6.1",
"version": "0.6.2",
"description": "Preview your Markdown locally as it would appear on GitHub, with live updating.",

@@ -12,3 +12,3 @@ "author": "Lim Yuan Qing",

"bin": {
"rdd": "bin/rdd.js"
"rdd": "src/js/cli.js"
},

@@ -43,8 +43,7 @@ "dependencies": {

"clean": "rm -rf *.log build",
"fix": "prettier-standard 'bin/**/*.js' 'src/js/**/*.js'",
"lint": "standard 'bin/**/*.js' 'src/js/**/*.js'",
"start": "bin/rdd.js --open"
"fix": "prettier-standard 'src/js/**/*.js'",
"lint": "standard 'src/js/**/*.js'",
"start": "src/js/cli.js --open"
},
"files": [
"bin",
"build",

@@ -51,0 +50,0 @@ "src"

@@ -22,4 +22,2 @@ # rdd [![npm Version](https://img.shields.io/npm/v/rdd.svg?style=flat)](https://www.npmjs.org/package/rdd) [![Build Status](https://img.shields.io/travis/yuanqing/rdd.svg?branch=master&style=flat)](https://travis-ci.org/yuanqing/rdd)

```
$ rdd -h
Usage: rdd [file] [options]

@@ -32,5 +30,7 @@

Options:
-o, --open Open the rendered Markdown file in your default web browser
-p, --port PORT Set the preferred port to serve the rendered file.
-h, --help Print this message.
-h, --help Print this message.
-o, --open Open the rendered Markdown file in your default
web browser.
-p, --port [port] Set the preferred port to serve the rendered file.
-v, --version Print the version number.
```

@@ -37,0 +37,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