Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@tauri-apps/plugin-process

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/plugin-process - npm Package Compare versions

Comparing version
2.3.0
to
2.3.1
+2
-2
package.json
{
"name": "@tauri-apps/plugin-process",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT OR Apache-2.0",

@@ -27,4 +27,4 @@ "authors": [

"dependencies": {
"@tauri-apps/api": "^2.6.0"
"@tauri-apps/api": "^2.8.0"
}
}

@@ -36,4 +36,2 @@ ![plugin-process](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/process/banner.png)

> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
```sh

@@ -45,9 +43,2 @@ pnpm add @tauri-apps/plugin-process

yarn add @tauri-apps/plugin-process
# alternatively with Git:
pnpm add https://github.com/tauri-apps/tauri-plugin-process#v2
# or
npm add https://github.com/tauri-apps/tauri-plugin-process#v2
# or
yarn add https://github.com/tauri-apps/tauri-plugin-process#v2
```

@@ -54,0 +45,0 @@