Socket
Socket
Sign inDemoInstall

bare-fs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-fs - npm Package Compare versions

Comparing version 1.6.5 to 1.6.6

2

index.js

@@ -762,3 +762,3 @@ const { Readable, Writable } = require('streamx')

open(path, opts.flag || 'w', opts || 0o666.mode, function (err, fd) {
open(path, opts.flag || 'w', opts.mode || 0o666, function (err, fd) {
if (err) return cb(err)

@@ -765,0 +765,0 @@

{
"name": "bare-fs",
"version": "1.6.5",
"version": "1.6.6",
"description": "Native file system for Javascript",

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

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