Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util-runtime - npm Package Compare versions

Comparing version 4.3.0 to 4.4.0

out/.DS_Store

2

out/CancellationToken.js

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

if (this.cancelled) {
return _bluebirdLst().default.reject(new CancellationError());
return Promise.reject(new CancellationError());
}

@@ -74,0 +74,0 @@

@@ -10,3 +10,5 @@ export { CancellationToken, CancellationError } from "./CancellationToken";

export { BlockMap } from "./blockMapApi";
export declare const CURRENT_APP_INSTALLER_FILE_NAME = "__installer.exe";
export declare const CURRENT_APP_PACKAGE_FILE_NAME = "__package.7z";
export declare function asArray<T>(v: null | undefined | T | Array<T>): Array<T>;
export declare function newError(message: string, code: string): Error;

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

});
exports.CURRENT_APP_PACKAGE_FILE_NAME = exports.CURRENT_APP_INSTALLER_FILE_NAME = void 0;

@@ -188,2 +189,9 @@ function _CancellationToken() {

// nsis
const CURRENT_APP_INSTALLER_FILE_NAME = "__installer.exe"; // nsis-web
exports.CURRENT_APP_INSTALLER_FILE_NAME = CURRENT_APP_INSTALLER_FILE_NAME;
const CURRENT_APP_PACKAGE_FILE_NAME = "__package.7z";
exports.CURRENT_APP_PACKAGE_FILE_NAME = CURRENT_APP_PACKAGE_FILE_NAME;
function asArray(v) {

@@ -190,0 +198,0 @@ if (v == null) {

{
"name": "builder-util-runtime",
"version": "4.3.0",
"version": "4.4.0",
"main": "out/index.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

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