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.16 to 0.0.17

2

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

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

@@ -54,3 +54,8 @@

function slurp() {
var result = join(chunks, charset);
var result;
if (charset) {
result = chunks.join("");
} else {
result = join(chunks);
}
chunks.splice(0, chunks.length);

@@ -57,0 +62,0 @@ return result;

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