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 5.0.0 to 6.0.0

1

out/bintray.js

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

} exports.BintrayClient = BintrayClient;
// __ts-babel@6.0.4
//# sourceMappingURL=bintray.js.map

16

out/blockMapApi.js

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

});
exports.readEmbeddedBlockMapData = void 0;
exports.readEmbeddedBlockMapData = readEmbeddedBlockMapData;

@@ -31,4 +31,6 @@ function _bluebirdLst() {

let readEmbeddedBlockMapData = (() => {
var _ref = (0, _bluebirdLst().coroutine)(function* (file) {
function readEmbeddedBlockMapData(_x) {
return _readEmbeddedBlockMapData.apply(this, arguments);
} function _readEmbeddedBlockMapData() {
_readEmbeddedBlockMapData = (0, _bluebirdLst().coroutine)(function* (file) {
const fd = yield (0, _fsExtraP().open)(file, "r");

@@ -52,7 +54,5 @@

});
return function readEmbeddedBlockMapData(_x) {
return _ref.apply(this, arguments);
};
})(); exports.readEmbeddedBlockMapData = readEmbeddedBlockMapData;
return _readEmbeddedBlockMapData.apply(this, arguments);
}
// __ts-babel@6.0.4
//# sourceMappingURL=blockMapApi.js.map

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

} exports.CancellationError = CancellationError;
// __ts-babel@6.0.4
//# sourceMappingURL=CancellationToken.js.map

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

}
// __ts-babel@6.0.4
//# sourceMappingURL=httpExecutor.js.map

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

}
// __ts-babel@6.0.4
//# sourceMappingURL=index.js.map

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

} exports.ProgressCallbackTransform = ProgressCallbackTransform;
// __ts-babel@6.0.4
//# sourceMappingURL=ProgressCallbackTransform.js.map

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

/**
* The access token to support auto-update from private github repositories. Never specify it in the configuration files. Only for [setFeedURL](/auto-update.md#appupdatersetfeedurloptions).
* The access token to support auto-update from private github repositories. Never specify it in the configuration files. Only for [setFeedURL](/auto-update#appupdatersetfeedurloptions).
*/
readonly token?: string | null;
/**
* Whether to use private github auto-update provider if `GH_TOKEN` environment variable is defined. See [Private GitHub Update Repo](/auto-update.md#private-github-update-repo).
* Whether to use private github auto-update provider if `GH_TOKEN` environment variable is defined. See [Private GitHub Update Repo](/auto-update#private-github-update-repo).
*/

@@ -78,3 +78,3 @@ readonly private?: boolean | null;

* Generic (any HTTP(S) server) options.
* In all publish options [File Macros](/file-patterns.md#file-macros) are supported.
* In all publish options [File Macros](/file-patterns#file-macros) are supported.
*/

@@ -81,0 +81,0 @@ export interface GenericServerOptions extends PublishConfiguration {

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

}
// __ts-babel@6.0.4
//# sourceMappingURL=publishOptions.js.map

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

}
// __ts-babel@6.0.4
//# sourceMappingURL=rfc2253Parser.js.map

@@ -57,3 +57,3 @@ export interface ReleaseNoteInfo {

/**
* The [staged rollout](auto-update.md#staged-rollouts) percentage, 0-100.
* The [staged rollout](/auto-update#staged-rollouts) percentage, 0-100.
*/

@@ -60,0 +60,0 @@ readonly stagingPercentage?: number;

"use strict";
// __ts-babel@6.0.4
//# sourceMappingURL=updateInfo.js.map

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

exports.nil = nil;
// __ts-babel@6.0.4
//# sourceMappingURL=uuid.js.map

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

}
// __ts-babel@6.0.4
//# sourceMappingURL=xml.js.map
{
"name": "builder-util-runtime",
"version": "5.0.0",
"version": "6.0.0",
"main": "out/index.js",

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

"debug": "^4.1.0",
"fs-extra-p": "^4.6.1",
"bluebird-lst": "^1.0.5",
"fs-extra-p": "^7.0.0",
"bluebird-lst": "^1.0.6",
"sax": "^1.2.4"

@@ -22,0 +22,0 @@ },

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