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.2 to 0.5.3

1

index.js

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

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

@@ -9,0 +10,0 @@ var repl = require('repl');

5

package.json
{
"name": "n_shell",
"version": "0.5.2",
"version": "0.5.3",
"description": "A node REPL with ShellJS loaded by default",

@@ -34,3 +34,4 @@ "main": "index.js",

"shelljs-plugin-clear": "^0.1.0",
"shelljs-plugin-inspect": "^0.1.0"
"shelljs-plugin-inspect": "^0.1.0",
"shelljs-plugin-sleep": "^0.1.0"
},

@@ -37,0 +38,0 @@ "devDependencies": {

# n\_shell
[![npm](https://img.shields.io/npm/v/n_shell.svg?style=flat-square)](https://www.npmjs.com/package/n_shell)
[![npm version](https://img.shields.io/npm/v/n_shell.svg?style=flat-square)](https://www.npmjs.com/package/n_shell)
[![npm downloads](https://img.shields.io/npm/dt/n_shell.svg?style=flat-square)](https://www.npmjs.com/package/n_shell)

@@ -117,2 +118,4 @@ A node REPL with ShellJS loaded by default.

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

@@ -119,0 +122,0 @@ ## Options

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