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.5-dev2 to 0.11.5-dev3

2

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

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

@@ -50,3 +50,3 @@ /**

getNextForPlayList<T>(): Promise<T> {
return this.bridge.send(Service.Assets, Action.getNextForPlaylist);
return this.bridge.send(Service.Assets, Action.GetNextForPlaylist);
}

@@ -53,0 +53,0 @@

@@ -35,3 +35,3 @@ /**

GetNext = 'get-next',
getNextForPlaylist = 'get-next-for-playlist',
GetNextForPlaylist = 'get-next-for-playlist',
GetTheme = 'get-theme',

@@ -38,0 +38,0 @@ // Cache

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