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.52 to 0.4.60

10

lib/transaction.js

@@ -131,2 +131,4 @@ const debug = require('debug') ('sipware:transaction')

dispatch(resp) {
var via = resp.via;
if(resp.seq == undefined) {

@@ -147,2 +149,6 @@ this.counter--;

}
if(via && via[0]) {
return '*' == via[0].split(';') [1]
}
}

@@ -167,5 +173,3 @@

if(resp) {
this.dispatch(resp);
} else {
if(!resp || this.dispatch(resp)) {
break;

@@ -172,0 +176,0 @@ }

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

"optionalDependencies": {},
"version": "0.4.52",
"version": "0.4.60",
"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