Socket
Book a DemoInstallSign in
Socket

@tauri-apps/plugin-os

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-os - npm Package Compare versions

Comparing version

to
2.0.0-beta.7

12

dist-js/index.d.ts

@@ -33,3 +33,3 @@ /** @ignore */

* import { platform } from '@tauri-apps/plugin-os';
* const platformName = await platform();
* const platformName = platform();
* ```

@@ -46,3 +46,3 @@ *

* import { version } from '@tauri-apps/plugin-os';
* const osVersion = await version();
* const osVersion = version();
* ```

@@ -59,3 +59,3 @@ *

* import { family } from '@tauri-apps/plugin-os';
* const family = await family();
* const family = family();
* ```

@@ -71,3 +71,3 @@ *

* import { type } from '@tauri-apps/plugin-os';
* const osType = await type();
* const osType = type();
* ```

@@ -84,3 +84,3 @@ *

* import { arch } from '@tauri-apps/plugin-os';
* const archName = await arch();
* const archName = arch();
* ```

@@ -96,3 +96,3 @@ *

* import { exeExtension } from '@tauri-apps/plugin-os';
* const exeExt = await exeExtension();
* const exeExt = exeExtension();
* ```

@@ -99,0 +99,0 @@ *

@@ -28,3 +28,3 @@ import { invoke } from '@tauri-apps/api/core';

* import { platform } from '@tauri-apps/plugin-os';
* const platformName = await platform();
* const platformName = platform();
* ```

@@ -43,3 +43,3 @@ *

* import { version } from '@tauri-apps/plugin-os';
* const osVersion = await version();
* const osVersion = version();
* ```

@@ -57,3 +57,3 @@ *

* import { family } from '@tauri-apps/plugin-os';
* const family = await family();
* const family = family();
* ```

@@ -71,3 +71,3 @@ *

* import { type } from '@tauri-apps/plugin-os';
* const osType = await type();
* const osType = type();
* ```

@@ -86,3 +86,3 @@ *

* import { arch } from '@tauri-apps/plugin-os';
* const archName = await arch();
* const archName = arch();
* ```

@@ -100,3 +100,3 @@ *

* import { exeExtension } from '@tauri-apps/plugin-os';
* const exeExt = await exeExtension();
* const exeExt = exeExtension();
* ```

@@ -103,0 +103,0 @@ *

{
"name": "@tauri-apps/plugin-os",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"license": "MIT or APACHE-2.0",

@@ -23,3 +23,3 @@ "authors": [

"dependencies": {
"@tauri-apps/api": "2.0.0-beta.14"
"@tauri-apps/api": "2.0.0-beta.15"
},

@@ -26,0 +26,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.