New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

charybdis

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charybdis - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

index.js

@@ -70,3 +70,4 @@ const Q = require('q')

function tryResolve() {
if (!stats.pending) { cleanup() }
// in streams ended and no operations pending?
if (stats.inEnd && !stats.pending) { cleanup() }
else tick()

@@ -73,0 +74,0 @@ }

{
"name": "charybdis",
"author": "jden <jason@denizac.org>",
"version": "0.1.0",
"version": "0.1.1",
"description": "drain an object stream and wrap it in a promise",

@@ -6,0 +6,0 @@ "keywords": [

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