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.6.22 to 0.6.24

4

lib/ua.js

@@ -148,4 +148,6 @@ const debug = require('debug') ('sipware:ua')

if(ctx.lookup.loopback.length) {
var users = Headers.printAddrs(ctx.lookup.loopback);
ctx.resolve();
this.push(ctx, ctx.gate ? `127.0.0.1+${ctx.gate}` : '127.0.0.1');
this.push(ctx, ctx.gate ? `127.0.0.1+${ctx.gate};${users}` : `127.0.0.1;${users}`);
this.loopback(ctx);

@@ -152,0 +154,0 @@ }

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

"optionalDependencies": {},
"version": "0.6.22",
"version": "0.6.24",
"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