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.1.5 to 2.1.6

3

browser/request-middleware.js

@@ -9,3 +9,3 @@

} else if (head[0] === "~") {
receptor.onpull(head.substring(1), body, (body) => { response.end(body) });
receptor.onpull(head.substring(1), body, (body) => { response.end(body, "utf8") });
} else {

@@ -21,2 +21,3 @@ throw new Error("Request head should start with either '-' or '~', got: "+head);

return (next && next(), false);
response.setHeader("Content-Type", "text/plain; charset=utf-8");
if (request.headers["content-length"]) {

@@ -23,0 +24,0 @@ let body = "";

{
"name": "antena",
"description": "Isomorphic communication library for node and browsers",
"version": "2.1.5",
"version": "2.1.6",
"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