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 1.3.1 to 1.3.2

2

fs-common.js

@@ -99,3 +99,3 @@

return Q.all([
reader.close && reader.close(), // TODO fix q-io
reader.close(),
writer.close()

@@ -102,0 +102,0 @@ ]);

@@ -454,5 +454,5 @@

return [
stat.ino,
stat.node.ino,
stat.size,
Date.parse(stat.mtime)
stat.lastModified().getTime()
].join("-");

@@ -459,0 +459,0 @@ };

{
"name": "q-io",
"version": "1.3.1",
"version": "1.3.2",
"description": "IO using Q promises",

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

@@ -92,3 +92,3 @@

self.close = function () {
_stream.close();
_stream.destroy();
};

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