Socket
Socket
Sign inDemoInstall

builder-util

Package Overview
Dependencies
Maintainers
2
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 22.11.11 to 22.12.1

6

CHANGELOG.md
# builder-util
## 22.12.1
### Patch Changes
- 6c945bd5: fix(windows): detect node path correctly on windows with cross-spawn (#6069)
## 22.11.11

@@ -4,0 +10,0 @@

3

out/util.js

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

const child_process_1 = require("child_process");
const cross_spawn_1 = require("cross-spawn");
const crypto_1 = require("crypto");

@@ -167,3 +168,3 @@ const debug_1 = require("debug");

try {
return child_process_1.spawn(command, args, options);
return cross_spawn_1.spawn(command, args, options);
}

@@ -170,0 +171,0 @@ catch (e) {

{
"name": "builder-util",
"version": "22.11.11",
"version": "22.12.1",
"main": "out/util.js",

@@ -25,2 +25,3 @@ "author": "Vladimir Krivosheev",

"chalk": "^4.1.1",
"cross-spawn": "^7.0.3",
"debug": "^4.3.2",

@@ -36,2 +37,3 @@ "fs-extra": "^10.0.0",

"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/is-ci": "3.0.0",

@@ -38,0 +40,0 @@ "@types/js-yaml": "4.0.2",

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