@tauri-apps/plugin-fs
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
{ | ||
"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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
84547
+ Added@tauri-apps/api@2.1.1(transitive)
- Removed@tauri-apps/api@2.0.0-beta.15(transitive)