New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.96 to 0.5.0

10

lib/transaction.js

@@ -132,2 +132,3 @@ const debug = require('debug') ('sipware:transaction')

var via = resp.via;
debug('Dispatch via', this.counter, via, resp.headers);

@@ -151,3 +152,10 @@ if(resp.seq == undefined) {

if(via && via[0]) {
return '*' == via[0].split(';') [1]
var [session, users] = via[0].split(';');
if(session === '127.0.0.1') {
via.shift();
resp.req.headers.via = via;
}
return '*' == users;
}

@@ -154,0 +162,0 @@ }

2

package.json

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

"optionalDependencies": {},
"version": "0.4.96",
"version": "0.5.0",
"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