🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@react-native-windows/fs

Package Overview
Dependencies
Maintainers
4
Versions
131
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.81.0
to
0.82.0-preview.1
+7
-6
package.json
{
"name": "@react-native-windows/fs",
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.",
"version": "0.81.0",
"version": "0.82.0-preview.1",
"license": "MIT",

@@ -20,7 +20,8 @@ "scripts": {

"dependencies": {
"graceful-fs": "^4.2.8"
"graceful-fs": "^4.2.8",
"minimatch": "^10.0.3"
},
"devDependencies": {
"@rnw-scripts/eslint-config": "1.2.37",
"@rnw-scripts/just-task": "2.3.56",
"@rnw-scripts/eslint-config": "1.2.38",
"@rnw-scripts/just-task": "2.3.58",
"@rnw-scripts/ts-config": "2.0.6",

@@ -40,7 +41,7 @@ "@types/graceful-fs": "^4.1.5",

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

@@ -47,0 +48,0 @@ "preminor",