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

create-tauri

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-tauri - npm Package Compare versions

Comparing version 3.11.1 to 3.11.2

10

CHANGELOG.md
# Changelog
## \[3.11.2]
- [`aae95d1`](https://www.github.com/tauri-apps/create-tauri-app/commit/aae95d1e48a198b14264dd124ba1172df58ef4ea)([#544](https://www.github.com/tauri-apps/create-tauri-app/pull/544)) Update `angular` template to Angluar 17
- [`aae95d1`](https://www.github.com/tauri-apps/create-tauri-app/commit/aae95d1e48a198b14264dd124ba1172df58ef4ea)([#544](https://www.github.com/tauri-apps/create-tauri-app/pull/544)) Update templates to latest tauri versions (1.5 and 2.0.0-alpha.18).
- [`d2ceefc`](https://www.github.com/tauri-apps/create-tauri-app/commit/d2ceefcc4b9e5af1b0486a9e785e29def957c5e2)([#545](https://www.github.com/tauri-apps/create-tauri-app/pull/545)) Add `src-tauri` by default to vite server ignored watch list.
### Dependencies
- Upgraded to `create-tauri-app@3.11.2`
## \[3.11.1]

@@ -4,0 +14,0 @@

2

create-tauri-app.js

@@ -21,3 +21,3 @@ #!/usr/bin/env node

// Some distribution still use "nodejs" as the binary name.
if (binStem.match(/(nodejs|node|bun)-*([1-9]*)*$/g)) {
if (binStem.match(/(nodejs|node|bun)-*([0-9]*)*$/g)) {
const managerStem = process.env.npm_execpath

@@ -24,0 +24,0 @@ ? path.parse(process.env.npm_execpath).name.toLowerCase()

{
"name": "create-tauri",
"version": "3.11.1",
"version": "3.11.2",
"description": "Rapidly scaffold out a new tauri app project.",

@@ -41,3 +41,3 @@ "funding": {

"devDependencies": {
"@napi-rs/cli": "2.16"
"@napi-rs/cli": "2.17"
},

@@ -58,13 +58,13 @@ "engines": {

"optionalDependencies": {
"create-tauri-app-win32-x64-msvc": "3.11.1",
"create-tauri-app-darwin-x64": "3.11.1",
"create-tauri-app-linux-x64-gnu": "3.11.1",
"create-tauri-app-darwin-arm64": "3.11.1",
"create-tauri-app-linux-arm64-gnu": "3.11.1",
"create-tauri-app-linux-arm64-musl": "3.11.1",
"create-tauri-app-linux-arm-gnueabihf": "3.11.1",
"create-tauri-app-linux-x64-musl": "3.11.1",
"create-tauri-app-win32-ia32-msvc": "3.11.1",
"create-tauri-app-win32-arm64-msvc": "3.11.1"
"create-tauri-app-win32-x64-msvc": "3.11.2",
"create-tauri-app-darwin-x64": "3.11.2",
"create-tauri-app-linux-x64-gnu": "3.11.2",
"create-tauri-app-darwin-arm64": "3.11.2",
"create-tauri-app-linux-arm64-gnu": "3.11.2",
"create-tauri-app-linux-arm64-musl": "3.11.2",
"create-tauri-app-linux-arm-gnueabihf": "3.11.2",
"create-tauri-app-linux-x64-musl": "3.11.2",
"create-tauri-app-win32-ia32-msvc": "3.11.2",
"create-tauri-app-win32-arm64-msvc": "3.11.2"
}
}
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