New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tef-novum/webview-bridge

Package Overview
Dependencies
Maintainers
3
Versions
125
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 2.7.0 to 2.7.1

package-lock.json

4

CHANGELOG.md
# CHANGELOG
## v.2.7.1 - 2020-01-29
- Update nativeConfirm and nativeAlert arguments type.
## v.2.7.0 - 2019-12-16

@@ -4,0 +8,0 @@

6

dist/src/dialogs.d.ts
export declare const nativeConfirm: ({ message, title, acceptText, cancelText, }: {
message: string;
title?: string | undefined;
acceptText?: string | undefined;
cancelText?: string | undefined;
acceptText: string;
cancelText: string;
}) => Promise<boolean>;

@@ -10,3 +10,3 @@ export declare const nativeAlert: ({ message, title, buttonText, }: {

title?: string | undefined;
buttonText?: string | undefined;
buttonText: string;
}) => Promise<void>;

@@ -13,0 +13,0 @@ export declare const nativeMessage: ({ message, duration, buttonText, type, }: {

{
"name": "@tef-novum/webview-bridge",
"version": "2.7.0",
"version": "2.7.1",
"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",

@@ -307,4 +307,4 @@ <p align="center">

title?: string;
acceptText?: string;
cancelText?: string;
acceptText: string;
cancelText: string;
}) => Promise<boolean>;

@@ -343,3 +343,3 @@ ```

title?: string;
buttonText?: string;
buttonText: string;
}) => Promise<void>;

@@ -346,0 +346,0 @@ ```

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