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

@travetto/net

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/net - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

6

package.json

@@ -7,3 +7,3 @@ {

"dependencies": {
"@travetto/base": "^0.5.6"
"@travetto/base": "^0.5.7"
},

@@ -27,4 +27,4 @@ "description": "Network utilities of the travetto framework",

},
"version": "0.5.4",
"gitHead": "c0290bd31a10415a04474ac8680c71309c0d3307"
"version": "0.5.5",
"gitHead": "0e2d844b91d98952514b216c86639adafc67a683"
}

@@ -79,3 +79,10 @@ import * as http from 'http';

}
} else {
const q = Array.from(searchParams.entries())
.map(([k, v]) => `${encodeURIComponent(k)}=${encodeURIComponent(v)}`)
.join('&');
opts.path = `${opts.path}?${q}`;
}
return { client, payload, responseHandler, opts, binary: inOpts.binary };

@@ -82,0 +89,0 @@ }

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