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

nodecaf

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodecaf - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1-rc1

6

lib/body.js

@@ -27,2 +27,3 @@

this.stream.on('end', () => {
clearTimeout(fbto);
!complete && resolve(Buffer.concat(buffer));

@@ -40,2 +41,5 @@ complete = true;

async function read(parse){
if(!this.length && !this.type)
return;
let out = await readStream.call(this);

@@ -62,3 +66,3 @@

this.res = res;
this.length = headers['content-length'];
this.length = Number(headers['content-length']);
}

@@ -65,0 +69,0 @@

@@ -0,0 +0,0 @@ import { Server } from 'http';

2

package.json
{
"name": "nodecaf",
"version": "0.13.0",
"version": "0.13.1-rc1",
"description": "Nodecaf is a light framework for developing RESTful Apps in a quick and convenient manner.",

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

@@ -0,0 +0,0 @@ # [Nodecaf](https://gitlab.com/GCSBOSS/nodecaf)

Sorry, the diff of this file is not supported yet

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