New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-tauri-app

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-tauri-app - npm Package Compare versions

Comparing version 1.0.0-beta-rc.0 to 1.0.0-beta-rc.1

dist/index.js

5

CHANGELOG.md
# 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 @@

7

package.json
{
"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",

rollup.config.js
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