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.3 to 0.5.4

3

index.js

@@ -5,4 +5,5 @@ #!/usr/bin/env node

// ShellJS plugins
require('shelljs-plugin-clear');
require('shelljs-plugin-inspect');
require('shelljs-plugin-clear');
require('shelljs-plugin-open');
require('shelljs-plugin-sleep');

@@ -9,0 +10,0 @@

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

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

"shelljs-plugin-inspect": "^0.1.0",
"shelljs-plugin-open": "^0.1.1",
"shelljs-plugin-sleep": "^0.1.0"

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

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

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

@@ -120,0 +122,0 @@ [shelljs-plugin-sleep](https://github.com/nfischer/shelljs-plugin-sleep))

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