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

n_shell

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n_shell - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

index.js

@@ -6,2 +6,3 @@ #!/usr/bin/env node

require('shelljs-plugin-inspect');
require('shelljs-plugin-clear');

@@ -30,5 +31,2 @@ var repl = require('repl');

// Polyfills for commands that shelljs doesn't have yet
if (!shell.clear) shell.clear = require('clear');
// Create the prompt

@@ -35,0 +33,0 @@ var myprompt = argv.prompt || 'shelljs %v%l $ ';

{
"name": "n_shell",
"version": "0.5.1",
"version": "0.5.2",
"description": "A node REPL with ShellJS loaded by default",

@@ -28,3 +28,2 @@ "main": "index.js",

"dependencies": {
"clear": "0.0.1",
"minimist": "^1.2.0",

@@ -35,2 +34,3 @@ "os-homedir": "^1.0.1",

"shelljs": "*",
"shelljs-plugin-clear": "^0.1.0",
"shelljs-plugin-inspect": "^0.1.0"

@@ -37,0 +37,0 @@ },

@@ -15,4 +15,2 @@ # n\_shell

I recommend installing this package globally:
```Bash

@@ -118,4 +116,4 @@ $ npm install -g n_shell

- `clear()`/`shell.clear()` (from
[bahamas10/node-clear](https://github.com/bahamas10/node-clear))
- `shell.clear()` (from
[shelljs-plugin-clear](https://github.com/nfischer/shelljs-plugin-clear))

@@ -135,3 +133,3 @@ ## Options

- `%l`: show ` [local]` if this is using a local version of ShellJS
- Want more formats options? [Let me
- Want more format options? [Let me
know](https://github.com/nfischer/n_shell/issues/new) or [send me a

@@ -138,0 +136,0 @@ PR](https://github.com/nfischer/n_shell/compare)

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