@mux/mux-player-react
Advanced tools
Comparing version 2.9.1-canary.0-8159569 to 2.9.1-canary.0-840a0be
export declare const defaultHasChanged: (obj: any, v: any, k: string) => boolean; | ||
export declare const useObjectPropEffect: <T extends { | ||
[k: string]: any; | ||
}, V>(propName: string, propValue: V | null | undefined, ref: import("react").MutableRefObject<T | null> | null | undefined, updateValue?: (obj: any, v: any, k: string) => void, hasChanged?: (obj: any, v: any, k: string) => boolean) => void; | ||
}, V>(propName: string, propValue: V | null | undefined, ref: React.MutableRefObject<T | null> | null | undefined, updateValue?: (obj: any, v: any, k: string) => void, hasChanged?: (obj: any, v: any, k: string) => boolean) => void; | ||
export default useObjectPropEffect; |
export declare const defaultHasChanged: (obj: any, v: any, k: string) => boolean; | ||
export declare const useObjectPropEffect: <T extends { | ||
[k: string]: any; | ||
}, V>(propName: string, propValue: V | null | undefined, ref: import("react").MutableRefObject<T | null> | null | undefined, updateValue?: (obj: any, v: any, k: string) => void, hasChanged?: (obj: any, v: any, k: string) => boolean) => void; | ||
}, V>(propName: string, propValue: V | null | undefined, ref: React.MutableRefObject<T | null> | null | undefined, updateValue?: (obj: any, v: any, k: string) => void, hasChanged?: (obj: any, v: any, k: string) => boolean) => void; | ||
export default useObjectPropEffect; |
{ | ||
"name": "@mux/mux-player-react", | ||
"version": "2.9.1-canary.0-8159569", | ||
"version": "2.9.1-canary.0-840a0be", | ||
"description": "An open source Mux player for React that Just Works™", | ||
@@ -101,4 +101,4 @@ "homepage": "https://mux.com/player", | ||
"dependencies": { | ||
"@mux/mux-player": "2.9.1-canary.0-8159569", | ||
"@mux/playback-core": "0.25.2-canary.0-8159569", | ||
"@mux/mux-player": "2.9.1-canary.0-840a0be", | ||
"@mux/playback-core": "0.25.2-canary.0-840a0be", | ||
"prop-types": "^15.7.2" | ||
@@ -116,4 +116,4 @@ }, | ||
"shx": "^0.3.4", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.5.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
189657
+ Added@mux/mux-player@2.9.1-canary.0-840a0be(transitive)
+ Added@mux/mux-video@0.20.2-canary.0-840a0be(transitive)
+ Added@mux/playback-core@0.25.2-canary.0-840a0be(transitive)
+ Addedmedia-chrome@4.1.5(transitive)
+ Addedplayer.style@0.0.8(transitive)
- Removed@mux/mux-player@2.9.1-canary.0-8159569(transitive)
- Removed@mux/mux-video@0.20.2-canary.0-8159569(transitive)
- Removed@mux/playback-core@0.25.2-canary.0-8159569(transitive)
- Removedmedia-chrome@3.2.5(transitive)