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

@gasket/utils

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/utils - npm Package Compare versions

Comparing version 5.0.0-canary.3 to 5.0.0-canary.4

2

lib/run-shell-command.js
const concat = require('concat-stream');
const { spawn } = require('child_process');
const spawn = require('cross-spawn');

@@ -4,0 +4,0 @@ /**

{
"name": "@gasket/utils",
"version": "5.0.0-canary.3",
"version": "5.0.0-canary.4",
"description": "Reusable utilities for Gasket internals",

@@ -35,2 +35,3 @@ "main": "lib",

"dependencies": {
"cross-spawn": "^7.0.1",
"lodash.defaultsdeep": "^4.6.0"

@@ -56,3 +57,3 @@ },

],
"gitHead": "ecb0c0bf955113f1154a0e5beb9c27925cfb92a8"
"gitHead": "3acb82b1142c2f9aa39cb765b24c5cd630db09f9"
}
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