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

@react-native-windows/fs

Package Overview
Dependencies
Maintainers
4
Versions
95
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.72.0 to 0.73.0-preview.1

4

lib-commonjs/fs.d.ts

@@ -11,3 +11,3 @@ /**

import fs from 'graceful-fs';
export interface ReactBativeWindowsFs extends AsyncMethods, SyncMethods {
export interface ReactNativeWindowsFs extends AsyncMethods, SyncMethods {
constants: typeof fs.constants;

@@ -20,3 +20,3 @@ /**

}
declare const rnwFs: ReactBativeWindowsFs;
declare const rnwFs: ReactNativeWindowsFs;
export default rnwFs;
{
"name": "@react-native-windows/fs",
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.",
"version": "0.72.0",
"version": "0.73.0-preview.1",
"license": "MIT",

@@ -23,9 +23,9 @@ "scripts": {

"devDependencies": {
"@rnw-scripts/eslint-config": "1.1.15",
"@rnw-scripts/just-task": "2.3.6",
"@rnw-scripts/ts-config": "2.0.3",
"@rnw-scripts/eslint-config": "1.2.3",
"@rnw-scripts/just-task": "2.3.17",
"@rnw-scripts/ts-config": "2.0.5",
"@types/graceful-fs": "^4.1.5",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.19.0",

@@ -40,7 +40,7 @@ "prettier": "^2.4.1",

"beachball": {
"defaultNpmTag": "latest",
"defaultNpmTag": "preview",
"disallowedChangeTypes": [
"major",
"minor",
"prerelease"
"patch"
]

@@ -50,4 +50,4 @@ },

"engines": {
"node": ">= 16"
"node": ">= 18"
}
}

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