🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rainbowatcher/fs-extra

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbowatcher/fs-extra - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+9
-3
package.json
{
"name": "@rainbowatcher/fs-extra",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "fs extra utils",

@@ -11,4 +11,10 @@ "author": "rainbowatcher <rainbow-w@outlook.com>",

],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [

@@ -15,0 +21,0 @@ "dist"