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
5
Versions
25
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-alpha.5 to 2.0.0-alpha.6

10

dist-js/index.d.ts

@@ -669,2 +669,4 @@ /**

create?: boolean;
/** Sets the option to create a new file, failing if it already exists. */
createNew?: boolean;
/** File permissions. Ignored on Windows. */

@@ -760,8 +762,8 @@ mode?: number;

type DebouncedEvent = {
kind: "any";
kind: "Any";
path: string;
} | {
kind: "AnyContinous";
}[] | {
kind: "AnyContinuous";
path: string;
};
}[];
/**

@@ -768,0 +770,0 @@ * @since 2.0.0

4

dist-js/index.js

@@ -640,4 +640,4 @@ export { BaseDirectory } from '@tauri-apps/api/path';

}
async function unwatch(id) {
await invoke("plugin:fs|unwatch", { id });
async function unwatch(rid) {
await invoke("plugin:fs|unwatch", { rid });
}

@@ -644,0 +644,0 @@ /**

{
"name": "@tauri-apps/plugin-fs",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"description": "Access the file system.",

@@ -5,0 +5,0 @@ "license": "MIT or APACHE-2.0",

Sorry, the diff of this file is not supported yet

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