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.0.7 to 0.0.8

9

lib/ua.js

@@ -22,2 +22,3 @@ var util = require('util');

Ua.prototype.connect = function() {}
Ua.prototype.rnd = utils.randomAscii;

@@ -94,3 +95,4 @@ Ua.prototype.incoming = function({id, msg, trunk}) {

Trans.prototype.notification = function(req) {
var data = this.ua.outgoing(req);
this.ua.outgoing(req);
var data = this.ua.write(req);
this.q.add({data});

@@ -113,2 +115,7 @@ }

Trans.prototype.end = function(trans) {
if(!trans.counter) {
trans.client.outgoing(trans);
return Promise.resolve([]);
}
return new Promise((res, rej) => {

@@ -115,0 +122,0 @@ function *response() {

2

package.json
{
"name": "sipware",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": {

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