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.9 to 0.0.10

2

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

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

@@ -138,3 +138,2 @@

self.write = function (content) {
console.log('write', content);
if (!_stream.writeable && !_stream.writable)

@@ -141,0 +140,0 @@ return Q.reject("Stream not writable");

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