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
6
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.9.9 to 0.9.10

src/lib/enplug-player-offline-worker.js

2

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

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

@@ -88,2 +88,8 @@ /**

for (const noCacheUrl of config.noCacheUrls) {
if (event.request.url.indexOf(noCacheUrl) >= 0) {
return false;
}
}
console.log(`[<% app_name %>|enplug-offline-worker] URL to cache: ${cacheUrl}`);

@@ -90,0 +96,0 @@ var cacheRequest = new Request(cacheUrl, {

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