Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

udptest

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udptest - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

lib/bin/udpTest.js

@@ -607,4 +607,4 @@ "use strict";

if (head.num == head.count) {
console.log('接收消息:' + that.currentReceive.get(head.id));
console.log('接收消息数量:' + that.currentReceive.get(head.id).length);
console.log(head.id + ':接收消息:' + that.currentReceive.get(head.id));
console.log(head.id + ':接收消息数量:' + that.currentReceive.get(head.id).length);
let lostfiles = that.lostReceive.get(head.id);

@@ -627,4 +627,4 @@ if (lostfiles == undefined) {

}
console.log('丢失消息:' + that.lostReceive.get(head.id));
console.log('丢失消息数量:' + that.lostReceive.get(head.id).length);
console.log(head.id + ':丢失消息:' + that.lostReceive.get(head.id));
console.log(head.id + ':丢失消息数量:' + that.lostReceive.get(head.id).length);
}

@@ -631,0 +631,0 @@ if (total == head.length) {

{
"name": "udptest",
"version": "1.0.6",
"version": "1.0.7",
"description": "udp test",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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