New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

nr

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nr

A convenient node repl with history

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

nr

A repl wrapper for node. Pass repl options as flags and get persistent history of commands in the context of the working directory.

Installation

npm install -g nr

Usage

Via nr --help:


  Usage: nr [options]

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -r, --root <dir>       directory to store histories
    -g, --global           use global object instead of separate context
    -p, --prompt <string>  the prompt for all I/O
    -n, --no-colors        disable colors
    -t, --no-tty           don't treat ouput stream as tty
    -i, --no-undefined     don't return value of a command if `undefined`

License

MIT

Keywords

repl

FAQs

Package last updated on 27 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts