You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

build-strap

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-strap - npm Package Compare versions

Comparing version
5.0.4-dev.106
to
5.0.4-dev.115
+1
-1
package.json
{
"name": "build-strap",
"version": "5.0.4-dev.106",
"version": "5.0.4-dev.115",
"description": "Node scripts for building things",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -69,3 +69,6 @@ import fs from 'fs-extra';

try {
return (await spawn(shell, ['-c', `${refreshEnv ? `source ${envFile} && ` : ''}printenv ${name}`], {
return (await spawn(shell, [
'-c',
`${refreshEnv ? `source ${envFile} > /dev/null 2>&1 && ` : ''}printenv ${name}`,
], {
captureOutput: true,

@@ -72,0 +75,0 @@ env: {