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

antena

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antena - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

node/emitter.js

@@ -124,3 +124,3 @@

PosixSocket.recv(this._sockfd, BUFFER, length - 4, PosixSocket.MSG_WAITALL);
return String.fromCharCode.apply(null, new Uint16Array(BUFFER, 0, length));
return String.fromCharCode.apply(null, new Uint16Array(BUFFER, 0, (length - 4) / 2));
}
{
"name": "antena",
"description": "Isomorphic communication library",
"version": "2.0.1",
"version": "2.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Laurent Christophe",

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