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
0
Versions
101
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.4 to 0.11.5-dev1

2

package.json
{
"name": "@enplug/sdk-player",
"version": "0.11.4",
"version": "0.11.5-dev1",
"description": "Enplug Player SDK",

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

@@ -20,2 +20,3 @@ /**

const getNext: () => Promise<any>;
const getNextForPlaylist: () => Promise<any>;
const getTheme: () => Promise<any>;

@@ -22,0 +23,0 @@ }

@@ -31,2 +31,3 @@ /**

tickerSpeed: number;
tickerScrollDirection: string;
width: number;

@@ -304,3 +305,3 @@ zone: ZoneType;

return this.bridge.send(Service.Settings, Action.GetDeviceInfo).then((payload: any) => {
console.log(`[Enplug SDK: ${this.version}] Settings: Returning device Info: ${JSON.stringify(payload)}`)
console.log(`[Enplug SDK: ${this.version}] Settings: Returning device info: ${JSON.stringify(payload)}`)
return this.getPayloadValue(payload);

@@ -307,0 +308,0 @@ });

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