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

shelljs

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shelljs - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

2

package.json
{
"name": "shelljs",
"version": "0.8.3",
"version": "0.8.4",
"description": "Portable Unix shell commands for Node.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -453,3 +453,3 @@ // Ignore warning about 'new String()'

if (shell[name]) {
if (shell.hasOwnProperty(name)) {
throw new Error('Command `' + name + '` already exists');

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