You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

openvidu-components-angular

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openvidu-components-angular - npm Package Compare versions

Comparing version

to
3.2.0-dev12

4

lib/models/lang.model.d.ts

@@ -1,2 +0,3 @@

export type AvailableLangs = 'en' | 'es' | 'de' | 'fr' | 'cn' | 'hi' | 'it' | 'ja' | 'nl' | 'pt';
type OpenViduLangs = 'en' | 'es' | 'de' | 'fr' | 'cn' | 'hi' | 'it' | 'ja' | 'nl' | 'pt';
export type AvailableLangs = OpenViduLangs | string;
export type AdditionalTranslationsType = Record<AvailableLangs, Record<string, any>>;

@@ -7,1 +8,2 @@ export interface LangOption {

}
export {};

@@ -18,3 +18,3 @@ {

},
"version": "3.2.0-dev11",
"version": "3.2.0-dev12",
"module": "fesm2022/openvidu-components-angular.mjs",

@@ -21,0 +21,0 @@ "typings": "index.d.ts",