webrtc-streaming-core
Advanced tools
Comparing version 1.1.21 to 1.1.22
@@ -1,5 +0,4 @@ | ||
type OS = "Mac OS" | "iOS" | "Windows" | "Linux" | "Android" | "unknown"; | ||
type Platform = 'desktop' | 'mobile'; | ||
export type OS = "Mac OS" | "iOS" | "Windows" | "Linux" | "Android" | "unknown"; | ||
export type Platform = 'desktop' | 'mobile'; | ||
export declare function getPlatform(): Platform; | ||
export declare function getOS(): OS; | ||
export {}; |
{ | ||
"name": "webrtc-streaming-core", | ||
"version": "1.1.21", | ||
"version": "1.1.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/app.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193796
2927