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.3.2 to 0.3.3

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -53,3 +53,3 @@ 'use strict';

} else {
return function() {
var outerRet = function() {
var ret = fun.apply(this, arguments);

@@ -72,2 +72,4 @@ if (ret instanceof Object) {

};
outerRet.inspect = function () { return this(); };
return outerRet;
}

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