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

@twilio/flex-ui-telemetry

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/flex-ui-telemetry - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

dist/FlexTelemetry.js

@@ -88,3 +88,3 @@ "use strict";

_attachCallbackListener() {
window.onmessage = (event) => {
window.addEventListener('message', (event) => {
const { type, payload: id } = event.data;

@@ -99,3 +99,3 @@ if (type === constants_1.ANALYTICS_CALLBACK_EVENT && this.callbacks[id]) {

}
};
});
}

@@ -102,0 +102,0 @@ /**

{
"name": "@twilio/flex-ui-telemetry",
"version": "1.1.0",
"version": "1.1.1",
"description": "Flex UI Telemetry SDK",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -349,3 +349,3 @@ import * as semver from 'semver';

private _attachCallbackListener() {
window.onmessage = (event: MessageEvent<{ type: string; payload: string }>): void => {
window.addEventListener('message', (event: MessageEvent<{ type: string; payload: string }>): void => {
const { type, payload: id } = event.data;

@@ -359,3 +359,3 @@ if (type === ANALYTICS_CALLBACK_EVENT && this.callbacks[id]) {

}
};
});
}

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