Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
1
Versions
102
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 8.7.2 to 8.7.3

4

out/blockMapApi.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
// __ts-babel@6.0.4
//# sourceMappingURL=blockMapApi.js.map

2

out/CancellationToken.d.ts

@@ -12,3 +12,3 @@ /// <reference types="node" />

private onCancel;
createPromise<R>(callback: (resolve: (thenableOrResult?: R) => void, reject: (error: Error) => void, onCancel: (callback: () => void) => void) => void): Promise<R>;
createPromise<R>(callback: (resolve: (thenableOrResult: R | PromiseLike<R>) => void, reject: (error: Error) => void, onCancel: (callback: () => void) => void) => void): Promise<R>;
private removeParentCancelHandler;

@@ -15,0 +15,0 @@ dispose(): void;

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
// __ts-babel@6.0.4
//# sourceMappingURL=updateInfo.js.map
{
"name": "builder-util-runtime",
"version": "8.7.2",
"version": "8.7.3",
"main": "out/index.js",

@@ -17,3 +17,3 @@ "author": "Vladimir Krivosheev",

"dependencies": {
"debug": "^4.1.1",
"debug": "^4.3.2",
"sax": "^1.2.4"

@@ -20,0 +20,0 @@ },

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