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.0.12 to 0.0.13

7

lib/router.js

@@ -124,9 +124,2 @@ var net = require('net');

Router.prototype.print = function() {
console.log('ROUTER PRINT');
console.log('routes:'+this.routes);
console.log('realms:'+this.realms);
console.log('users:'+this.users);
}
module.exports = Router;

2

lib/server.js

@@ -50,3 +50,3 @@ var path = require('path');

socket.on('close', function() {
socks.splice(clients.indexOf(socket), 1);
socks.splice(socks.indexOf(socket), 1);
})

@@ -53,0 +53,0 @@ }).catch(err => {

@@ -59,3 +59,3 @@ {

"optionalDependencies": {},
"version": "0.0.12",
"version": "0.0.13",
"directories": {

@@ -62,0 +62,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