create-tauri-app
Advanced tools
Comparing version 1.0.0-beta-rc.0 to 1.0.0-beta-rc.1
# Changelog | ||
## \[1.0.0-beta-rc.1] | ||
- CTA was missing the `files` property in the package.json which mean that the `dist` directory was not published and used. | ||
- [414f9a7](https://www.github.com/tauri-apps/tauri/commit/414f9a78c9b636933fd741d1b6fe7f097f496fc9) fix: cta dist publish ([#1493](https://www.github.com/tauri-apps/tauri/pull/1493)) on 2021-04-14 | ||
## \[1.0.0-beta-rc.0] | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "create-tauri-app", | ||
"version": "1.0.0-beta-rc.0", | ||
"version": "1.0.0-beta-rc.1", | ||
"description": "Jump right into a Tauri App!", | ||
@@ -18,2 +18,7 @@ "bin": { | ||
], | ||
"main": "bin/create-tauri-app.js", | ||
"files": [ | ||
"bin", | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -20,0 +25,0 @@ "create-tauri-app": "create-tauri-app", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
24433
5
556
5