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

@tauri-apps/plugin-fs

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/plugin-fs - npm Package Compare versions

Comparing version 2.0.0-beta.7 to 2.0.0-beta.8

13

package.json
{
"name": "@tauri-apps/plugin-fs",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"description": "Access the file system.",

@@ -9,2 +9,3 @@ "license": "MIT or APACHE-2.0",

],
"repository": "https://github.com/tauri-apps/plugins-workspace",
"type": "module",

@@ -19,2 +20,5 @@ "types": "./dist-js/index.d.ts",

},
"scripts": {
"build": "rollup -c"
},
"files": [

@@ -26,7 +30,4 @@ "dist-js",

"dependencies": {
"@tauri-apps/api": "2.0.0-beta.15"
},
"scripts": {
"build": "rollup -c"
"@tauri-apps/api": "^2.0.0-beta.16"
}
}
}
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