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

sipware

Package Overview
Dependencies
Maintainers
1
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sipware - npm Package Compare versions

Comparing version 0.5.9 to 0.5.10

7

lib/ua.js

@@ -48,3 +48,5 @@ const debug = require('debug') ('sipware:ua')

v = Array.isArray(v) ? v : [v];
v.unshift(via);
ctx.headers.via = v;

@@ -55,2 +57,5 @@ }

var v = ctx.headers.via || [];
v = Array.isArray(v) ? v : [v];
var ret = v.shift();

@@ -74,2 +79,4 @@

via = Array.isArray(via) ? via : [via];
if(via[0]) {

@@ -76,0 +83,0 @@ var idx = via[0].indexOf(';');

2

package.json

@@ -67,3 +67,3 @@ {

"optionalDependencies": {},
"version": "0.5.9",
"version": "0.5.10",
"directories": {

@@ -70,0 +70,0 @@ "lib": "lib"

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