Socket
Socket
Sign inDemoInstall

@react-native-windows/fs

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-windows/fs - npm Package Compare versions

Comparing version 0.0.0-canary.1 to 0.0.0-canary.2

4

lib-commonjs/asyncMethods.js

@@ -47,4 +47,4 @@ "use strict";

...promisifyImportedMethods(),
exists: (path) => new Promise((resolve) => {
graceful_fs_1.default.access(path, graceful_fs_1.default.constants.F_OK, (err) => err ? resolve(false) : resolve(true));
exists: (path) => new Promise(resolve => {
graceful_fs_1.default.access(path, graceful_fs_1.default.constants.F_OK, err => err ? resolve(false) : resolve(true));
}),

@@ -51,0 +51,0 @@ readJsonFile: async (path, options) => {

{
"name": "@react-native-windows/fs",
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.",
"version": "0.0.0-canary.1",
"version": "0.0.0-canary.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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