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
7
Versions
127
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.20.0 to 2.20.1

2

dist/src/analytics.d.ts

@@ -47,3 +47,3 @@ declare type CustomDimensionIdx = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26;

}>;
export declare const setTrackingProperty: (system: 'palitagem' | 'medalia', name: string, value?: string | undefined) => Promise<void>;
export declare const setTrackingProperty: (system: 'palitagem' | 'medallia', name: string, value?: string | undefined) => Promise<void>;
export {};
{
"name": "@tef-novum/webview-bridge",
"version": "2.20.0",
"version": "2.20.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",

@@ -684,3 +684,3 @@ <p align="center">

```typescript
setTrackingProperty: (system: string, name: string, value?: string) => Promise<void>;
setTrackingProperty: (system: 'palitagem' | 'medallia', name: string, value?: string) => Promise<void>;
```

@@ -687,0 +687,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