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.6.2 to 8.7.0

7

out/httpExecutor.js

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

} // noinspection JSUnusedLocalSymbols
// eslint-disable-next-line

@@ -327,3 +328,4 @@

static prepareRedirectUrlOptions(redirectUrl, options) {
const newOptions = configureRequestOptionsFromUrl(redirectUrl, Object.assign({}, options));
const newOptions = configureRequestOptionsFromUrl(redirectUrl, { ...options
});
const headers = newOptions.headers;

@@ -487,3 +489,4 @@

options.headers = Object.assign({}, options.headers);
options.headers = { ...options.headers
};
const headers = options.headers;

@@ -490,0 +493,0 @@

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

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

"engines": {
"node": ">=8.0.0"
"node": ">=8.2.0"
},

@@ -21,3 +21,7 @@ "dependencies": {

},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/sax": "^1.2.1"
},
"types": "./out/index.d.ts"
}
}

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