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

@allegiant/core

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allegiant/core - npm Package Compare versions

Comparing version 0.0.9 to 0.1.0

6

index.js

@@ -285,6 +285,6 @@ /*

conn.fin = true;
conn.writeHead(conn.statusCode, conn.getStatusMessage(conn.statusCode))
conn.writeHead(conn.status, conn.getStatusMessage(conn.status))
.end(conn.content.length > 0 ? conn.content : null);
} else {
if (this.debug) console.log("WARNING: CONNECTION ALREADY ENDED: ", conn.uri); // eslint-disable-line
} else if (this.debug) {
console.log("WARNING: CONNECTION ALREADY ENDED: ", conn.uri); // eslint-disable-line
}

@@ -291,0 +291,0 @@

{
"name": "@allegiant/core",
"version": "0.0.9",
"version": "0.1.0",
"description": "Small modular, effective app framework",

@@ -36,3 +36,3 @@ "author": "echopoint <echopoint@tutanota.com>",

"@allegiant/httpduplex": "^0.3.6",
"@allegiant/static": "0.0.7"
"@allegiant/static": "0.0.8"
},

@@ -39,0 +39,0 @@ "devDependencies": {

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