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

@tef-novum/webview-bridge

Package Overview
Dependencies
Maintainers
7
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tef-novum/webview-bridge - npm Package Compare versions

Comparing version 3.18.1 to 3.19.0

CHANGELOG.md

4

dist/src/post-message.d.ts

@@ -252,3 +252,5 @@ /**

id: string;
payload: void;
payload: {
success: boolean;
};
};

@@ -255,0 +257,0 @@ SHOW_APP_RATING: {

@@ -18,2 +18,4 @@ /**

*/
export declare const logout: () => Promise<void>;
export declare const logout: () => Promise<{
success: boolean;
}>;
{
"name": "@tef-novum/webview-bridge",
"version": "3.18.1",
"version": "3.19.0",
"description": "JavaScript library to access to native functionality. Requires a webview with a postMessage bridge.",

@@ -5,0 +5,0 @@ "main": "./dist/webview-bridge-cjs.js",

@@ -816,6 +816,6 @@ <p align="center">

Method that requests a user logout.
A method that requests a user logout.
```ts
logout = () => Promise<void>
logout = () => Promise<{success: boolean}>
```

@@ -822,0 +822,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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