Socket
Socket
Sign inDemoInstall

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.12 to 0.0.13

.npmignore

4

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

@@ -19,3 +19,3 @@ "homepage": "http://github.com/kriskowal/q-io/",

"dependencies": {
"q": "0.8.2"
"q": "0.8.4"
},

@@ -22,0 +22,0 @@ "repository": {

@@ -40,3 +40,3 @@

_stream.on("end", function () {
begin.resolve(self);
begin.resolve(self);
end.resolve()

@@ -46,3 +46,3 @@ });

_stream.on("data", function (chunk) {
begin.resolve(self);
begin.resolve(self);
if (receiver)

@@ -65,3 +65,3 @@ receiver(chunk);

/***
/***
* Reads all of the remaining data from the stream.

@@ -134,3 +134,3 @@ * @returns {Promise * String} a promise for a String

* @param {String} content
* @returns {Promise * Undefined} a promise that will
* @returns {Promise * Undefined} a promise that will
* be resolved when the buffer is empty, meaning

@@ -152,3 +152,3 @@ * that all of the content has been sent.

*
* @returns {Promise * Undefined} a promise that will
* @returns {Promise * Undefined} a promise that will
* be resolved when the buffer is empty

@@ -187,3 +187,3 @@ */

return self; // todo returns the begin.promise
return Q.ref(self); // todo returns the begin.promise
};

@@ -190,0 +190,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