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

q-io

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

q-io - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

package.json
{
"name": "q-io",
"version": "0.0.14",
"version": "0.0.15",
"description": "Q Promise wrappers for Node's IO.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/kriskowal/q-io/",

@@ -141,3 +141,3 @@

} else {
return Q.ref();
return Q.resolve();
}

@@ -167,3 +167,3 @@ };

drained.resolve(); // we will get no further drain events
return Q.ref(); // closing not explicitly observable
return Q.resolve(); // closing not explicitly observable
};

@@ -181,6 +181,6 @@

drained.resolve(); // we will get no further drain events
return Q.ref(); // destruction not explicitly observable
return Q.resolve(); // destruction not explicitly observable
};
return Q.ref(self); // todo returns the begin.promise
return Q.resolve(self); // todo returns the begin.promise
};

@@ -187,0 +187,0 @@

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