Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
1
Versions
103
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.2.1 to 4.2.2

2

out/bintray.d.ts

@@ -28,3 +28,3 @@ import { CancellationToken } from "./CancellationToken";

constructor(options: BintrayOptions, httpExecutor: HttpExecutor<any>, cancellationToken: CancellationToken, apiKey?: string | null);
private bintrayRequest<T>(path, auth, data, cancellationToken, method?);
private bintrayRequest;
getVersion(version: string): Promise<Version>;

@@ -31,0 +31,0 @@ getVersionFiles(version: string): Promise<Array<File>>;

@@ -72,3 +72,5 @@ "use strict";

} exports.BintrayClient = BintrayClient;
}
exports.BintrayClient = BintrayClient;
//# sourceMappingURL=bintray.js.map

@@ -57,3 +57,5 @@ "use strict";

};
})(); exports.readEmbeddedBlockMapData = readEmbeddedBlockMapData;
})();
exports.readEmbeddedBlockMapData = readEmbeddedBlockMapData;
//# sourceMappingURL=blockMapApi.js.map

@@ -11,5 +11,5 @@ /// <reference types="node" />

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

@@ -16,0 +16,0 @@ }

@@ -133,3 +133,5 @@ "use strict";

} exports.CancellationError = CancellationError;
}
exports.CancellationError = CancellationError;
//# sourceMappingURL=CancellationToken.js.map

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

}, 2);
}
}
//# sourceMappingURL=httpExecutor.js.map

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

return error;
}
}
//# sourceMappingURL=index.js.map

@@ -74,3 +74,5 @@ "use strict";

} exports.ProgressCallbackTransform = ProgressCallbackTransform;
}
exports.ProgressCallbackTransform = ProgressCallbackTransform;
//# sourceMappingURL=ProgressCallbackTransform.js.map

@@ -68,3 +68,3 @@ export declare type PublishProvider = "github" | "bintray" | "s3" | "spaces" | "generic";

*
* Also you can set release type using environment variable. If `EP_DRAFT`is set to `true` — `draft`, if `EP_PRELEASE`is set to `true` — `prerelease`.
* Also you can set release type using environment variable. If `EP_DRAFT`is set to `true` — `draft`, if `EP_PRE_RELEASE`is set to `true` — `prerelease`.
* @default draft

@@ -71,0 +71,0 @@ */

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

return url;
}
}
//# sourceMappingURL=publishOptions.js.map

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

return result;
}
}
//# sourceMappingURL=rfc2253Parser.js.map

@@ -311,3 +311,4 @@ "use strict";

// }
exports.nil = nil;
//# sourceMappingURL=uuid.js.map

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

return rootElement;
}
}
//# sourceMappingURL=xml.js.map
{
"name": "builder-util-runtime",
"version": "4.2.1",
"version": "4.2.2",
"main": "out/index.js",

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

"debug": "^3.1.0",
"fs-extra-p": "^4.6.0",
"fs-extra-p": "^4.6.1",
"bluebird-lst": "^1.0.5",

@@ -21,0 +21,0 @@ "sax": "^1.2.4"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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