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.1.1 to 0.1.2

2

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

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

@@ -92,2 +92,3 @@ # n_shell

"`shelljs %v%l $ `"
- `%%`: a literal `%` sign
- `%v`: show the current version (from `package.json`)

@@ -94,0 +95,0 @@ - `%l`: show ` [local]` if this is installed from a local module (whenever

@@ -28,2 +28,3 @@ 'use strict';

var option = {
'%%': '%',
'%v': json.version,

@@ -30,0 +31,0 @@ '%l': (isLocal ? ' [local]' : '')

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