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

snyk-go-plugin

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-go-plugin - npm Package Compare versions

Comparing version 1.19.4 to 1.19.5

2

dist/sub-process.js

@@ -6,3 +6,3 @@ "use strict";

function execute(command, args, options, shell = false) {
const spawnOptions = { shell, env: process.env };
const spawnOptions = { shell, env: Object.assign({}, process.env) };
if (options === null || options === void 0 ? void 0 : options.cwd) {

@@ -9,0 +9,0 @@ spawnOptions.cwd = options.cwd;

@@ -7,3 +7,3 @@ import * as childProcess from 'child_process';

shell: boolean = false): Promise<string> {
const spawnOptions: childProcess.SpawnOptions = { shell, env: process.env };
const spawnOptions: childProcess.SpawnOptions = { shell, env: {...process.env} };
if (options?.cwd) {

@@ -10,0 +10,0 @@ spawnOptions.cwd = options.cwd;

@@ -45,3 +45,3 @@ {

},
"version": "1.19.4"
"version": "1.19.5"
}

Sorry, the diff of this file is not supported yet

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