Socket
Socket
Sign inDemoInstall

@tauri-apps/api

Package Overview
Dependencies
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tauri-apps/api - npm Package Compare versions

Comparing version 2.0.0-beta.10 to 2.0.0-beta.11

2

core.d.ts

@@ -131,4 +131,4 @@ /**

}
declare function isTauri(): unknown;
declare function isTauri(): boolean;
export type { InvokeArgs, InvokeOptions };
export { transformCallback, Channel, PluginListener, addPluginListener, invoke, convertFileSrc, isTauri };

@@ -195,5 +195,5 @@ import { __classPrivateFieldGet, __classPrivateFieldSet } from './external/tslib/tslib.es6.js';

function isTauri() {
return 'isTauri' in window && window.isTauri;
return 'isTauri' in window && !!window.isTauri;
}
export { Channel, PluginListener, Resource, addPluginListener, convertFileSrc, invoke, isTauri, transformCallback };
{
"name": "@tauri-apps/api",
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"description": "Tauri API definitions",

@@ -5,0 +5,0 @@ "funding": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc