Socket
Socket
Sign inDemoInstall

q-io

Package Overview
Dependencies
Maintainers
3
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.13.1 to 1.13.2

2

package.json
{
"name": "q-io",
"version": "1.13.1",
"version": "1.13.2",
"description": "IO using Q promises",

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

@@ -167,3 +167,3 @@

### link(source, taget)
### link(source, target)

@@ -170,0 +170,0 @@ Creates a hard link from the source

@@ -16,3 +16,3 @@

var version = process.versions.node.split('.');
var supportsFinish = version[0] >= 0 && version[1] >= 10;
var supportsFinish = version[0] >= 1 || version[1] >= 10;

@@ -19,0 +19,0 @@ function Writer(_stream, charset) {

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