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

@vivocha/public-types

Package Overview
Dependencies
Maintainers
26
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-types - npm Package Compare versions

Comparing version 1.1.1-gaia.8 to 1.1.1-gaia.9

5

dist/message.d.ts

@@ -83,3 +83,3 @@ import { Encryptable } from './encryptable';

code: 'event';
type: 'start-call' | 'transfer-back' | 'left';
type: 'start-call' | 'transfer-back' | 'left' | 'outbound-result';
data: Data;

@@ -110,2 +110,5 @@ }

}
interface OutboundResult extends Base {
type: 'outbound-result';
}
}

@@ -112,0 +115,0 @@ export declare type MessageMetadata = {

1

dist/message.js

@@ -9,3 +9,4 @@ "use strict";

;
;
})(CallEvent = exports.CallEvent || (exports.CallEvent = {}));
//# sourceMappingURL=message.js.map
{
"name": "@vivocha/public-types",
"version": "1.1.1-gaia.8",
"version": "1.1.1-gaia.9",
"description": "Vivocha public types",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

},
"gitHead": "4cf62471f86af628a136853306530e49bbd5668c"
"gitHead": "62af34c14c2b8f1d8df34ccdda616046e24ab0ed"
}
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