New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@keg-hub/spawn-cmd

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keg-hub/spawn-cmd - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

package.json
{
"name": "@keg-hub/spawn-cmd",
"version": "0.1.0",
"version": "0.1.1",
"description": "Cross platform child_process execution in Node",

@@ -20,3 +20,3 @@ "repository": {

"scripts": {
"build": "echo \"N/A\"",
"build": "exit 0",
"clean": "yarn clean:nm",

@@ -27,2 +27,3 @@ "clean:cache": "yarn cache clean",

"clean:nm": "rimraf yarn.lock; rimraf package.lock; rimraf node_modules",
"format": "exit 0",
"test": "NODE_ENV=test jest --no-cache --verbose",

@@ -32,7 +33,7 @@ "test:reports": "NODE_ENV=test jest --no-cache --verbose --coverage"

"dependencies": {
"@keg-hub/jsutils": "8.0.0",
"@keg-hub/jsutils": "8.3.0",
"app-root-path": "3.0.0",
"cross-spawn": "7.0.3",
"shell-exec": "1.0.2",
"tree-kill": "1.2.1"
"tree-kill": "1.2.2"
},

@@ -39,0 +40,0 @@ "devDependencies": {

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