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.30 to 0.4.32

9

lib/transaction.js

@@ -60,5 +60,5 @@ const debug = require('debug') ('sipware:transaction')

add(tuple) {
debug('Add', tuple.chunk.from, tuple.chunk.seq, tuple.resp.from, tuple.chunk.seq)
this.chunks.push(tuple);
add(chunk) {
debug('Add', chunk.from, chunk.seq, chunk.resp.from, chunk.resp.seq)
this.chunks.push(chunk);
}

@@ -119,3 +119,4 @@ }

if(resp) {
this.container.add({resp, chunk});
chunk.resp = resp;
this.container.add(chunk);

@@ -122,0 +123,0 @@ process.nextTick(() => {

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

"optionalDependencies": {},
"version": "0.4.30",
"version": "0.4.32",
"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