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

@enplug/sdk-player

Package Overview
Dependencies
Maintainers
29
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/sdk-player - npm Package Compare versions

Comparing version 0.11.7 to 0.11.8

2

package.json
{
"name": "@enplug/sdk-player",
"version": "0.11.7",
"version": "0.11.8",
"description": "Enplug Player SDK",

@@ -5,0 +5,0 @@ "main": "./src/index.ts",

@@ -15,5 +15,5 @@ import Bridge from './bridge/bridge';

*/
playVideo<T>(assetId: string): Promise<T> {
playVideo<T>(signageOsItem: any): Promise<T> {
const payload: {[k: string]: any} = {
assetId,
signageOsItem,
};

@@ -20,0 +20,0 @@ return this.bridge.send(Service.SignageOs, Action.PlayVideo, payload);

Sorry, the diff of this file is too big to display

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