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

@essex/shellrunner

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essex/shellrunner - npm Package Compare versions

Comparing version 8.0.0-alpha.0 to 8.0.0-alpha.3

LICENSE

3

lib/log.js

@@ -9,3 +9,4 @@ "use strict";

require("colors");
const debugLog = (...args) => console.log(...args);
const dbg = require("debug");
const debugLog = dbg('essex:shellrunner');
function subtaskFail(text) {

@@ -12,0 +13,0 @@ console.log(` ✘ ${text}`.red);

{
"name": "@essex/shellrunner",
"version": "8.0.0-alpha.0",
"version": "8.0.0-alpha.3",
"description": "A set of utility libraries for executing shell commands",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

},
"gitHead": "03bd9d13348bf357b2b87c82126bd472afe9fcf8"
"gitHead": "bf03a0d6c2fa458e785d4bbabd8951a4fdc0da72"
}

@@ -7,3 +7,4 @@ /*!

import { Job } from './types'
const debugLog = (...args: any[]): void => console.log(...args)
import * as dbg from 'debug'
const debugLog = dbg('essex:shellrunner')

@@ -10,0 +11,0 @@ export function subtaskFail(text: string): void {

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