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

metacom

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metacom - npm Package Compare versions

Comparing version 3.0.0-alpha.11 to 3.0.0-alpha.12

2

lib/server.js

@@ -190,3 +190,2 @@ 'use strict';

const transport = new HttpTransport(this, req, res);
if (balancer) this.balancing(transport);
if (!req.url.startsWith('/api')) {

@@ -196,2 +195,3 @@ application.serveStatic(req.url, transport);

}
if (balancer) this.balancing(transport);
if (res.writableEnded) return;

@@ -198,0 +198,0 @@

{
"name": "metacom",
"version": "3.0.0-alpha.11",
"version": "3.0.0-alpha.12",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",

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