Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

with-open-file

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

with-open-file - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "with-open-file",
"version": "0.1.4",
"version": "0.1.5",
"description": "Do stuff with an open file, knowing it will finally be closed",

@@ -5,0 +5,0 @@ "repository": "raphinesse/with-open-file",

@@ -25,3 +25,3 @@ # with-open-file [![Build Status](https://travis-ci.org/raphinesse/with-open-file.svg?branch=master)](https://travis-ci.org/raphinesse/with-open-file)

withOpenFile.sync('foo.txt', 'r', fd => {
// Process file using synchronously using fd
// Process file synchronously using fd
})

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