Socket
Socket
Sign inDemoInstall

stubborn-fs

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

stubborn-fs - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

1

dist/index.d.ts

@@ -16,2 +16,3 @@ /// <reference types="node" />

closeSync: typeof fs.closeSync;
existsSync: typeof fs.existsSync;
fsyncSync: typeof fs.fsync;

@@ -18,0 +19,0 @@ mkdirSync: typeof fs.mkdirSync;

@@ -22,2 +22,3 @@ /* IMPORT */

closeSync: attemptifySync(fs.closeSync, NOOP),
existsSync: attemptifySync(fs.existsSync, NOOP),
fsyncSync: attemptifySync(fs.fsync, NOOP),

@@ -24,0 +25,0 @@ mkdirSync: attemptifySync(fs.mkdirSync, NOOP),

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Stubborn versions of Node's fs functions that try really hard to do their job.",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -37,2 +37,3 @@ # Stubborn FS

fs.attempt.closeSync;
fs.attempt.existsSync;
fs.attempt.fsyncSync;

@@ -39,0 +40,0 @@ fs.attempt.mkdirSync;

@@ -28,2 +28,3 @@

closeSync: attemptifySync ( fs.closeSync, NOOP ),
existsSync: attemptifySync ( fs.existsSync, NOOP ),
fsyncSync: attemptifySync ( fs.fsync, NOOP ),

@@ -30,0 +31,0 @@ mkdirSync: attemptifySync ( fs.mkdirSync, NOOP ),

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