Socket
Socket
Sign inDemoInstall

fd-slicer

Package Overview
Dependencies
1
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.0.1
* use `setImmediate` instead of `nextTick`
### 1.0.0

@@ -2,0 +6,0 @@

2

index.js

@@ -199,3 +199,3 @@ var fs = require('fs');

this.buffer.copy(buffer, offset, position, end);
process.nextTick(function() {
setImmediate(function() {
callback(null, written);

@@ -202,0 +202,0 @@ });

{
"name": "fd-slicer",
"version": "1.0.0",
"version": "1.0.1",
"description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc