New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appolo-agent

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-agent - npm Package Compare versions

Comparing version 6.0.35 to 6.0.36

2

lib/agent.js

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

};
this._options = Object.assign({}, defaults_1.Defaults, options);
this._options = Object.assign(options, defaults_1.Defaults, options);
this._qsParse = this._options.qsParser === "qs" ? qs.parse : querystring.parse;

@@ -57,0 +57,0 @@ this._urlParse = this._options.urlParser === "fast" ? util_1.Util.parseUrlFast : url.parse;

@@ -57,3 +57,3 @@ import {IOptions} from "./IOptions";

this._options = Object.assign({}, Defaults, options);
this._options = Object.assign(options, Defaults, options);

@@ -60,0 +60,0 @@ this._qsParse = this._options.qsParser === "qs" ? qs.parse : querystring.parse;

@@ -27,3 +27,3 @@ {

"main": "./index.js",
"version": "6.0.35",
"version": "6.0.36",
"license": "MIT",

@@ -30,0 +30,0 @@ "repository": {

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