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

shelljs.exec

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shelljs.exec - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

10

package.json
{
"name": "shelljs.exec",
"version": "1.1.3",
"version": "1.1.4",
"description": "Replacement for shelljs' slow exec method - benchmarked 20x faster",

@@ -45,3 +45,3 @@ "author": "Daniel Lewis BSc (Hons)",

"coveralls": "2.11.16",
"eslint": "^4.7.1",
"eslint": "^4.8.0",
"husky": "^0.14.3",

@@ -53,8 +53,8 @@ "istanbul": "^0.4.5",

"shelljs": "^0.7.8",
"sinon": "^3.3.0",
"sinon-chai": "^2.13.0"
"sinon": "^4.0.0",
"sinon-chai": "^2.14.0"
},
"engines": {
"node": ">= 4"
"node": ">= 4.0.0"
}
}

@@ -98,3 +98,3 @@ # shelljs.exec

* Synchronous execution only
* Synchronous execution only (but feel free to wrap with a callback or promise)

@@ -101,0 +101,0 @@

Sorry, the diff of this file is not supported yet

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