Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

teepee

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teepee - npm Package Compare versions

Comparing version 2.29.0 to 2.29.1

8

lib/Teepee.js

@@ -141,2 +141,10 @@ /*global JSON, setTimeout, setImmediate*/

if (this._userSuppliedConfigOptionNames.length > 0) {
if (subsidiary._userSuppliedConfigOptionNames.length > 0) {
subsidiary._userSuppliedConfigOptionNames = _.uniq(this._userSuppliedConfigOptionNames.concat(subsidiary._userSuppliedConfigOptionNames));
} else {
subsidiary._userSuppliedConfigOptionNames = this._userSuppliedConfigOptionNames;
}
}
return subsidiary;

@@ -143,0 +151,0 @@ };

2

package.json
{
"name": "teepee",
"version": "2.29.0",
"version": "2.29.1",
"description": "Generic HTTP client",

@@ -5,0 +5,0 @@ "main": "lib/Teepee.js",

Sorry, the diff of this file is too big to display

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