Socket
Socket
Sign inDemoInstall

@aller/blink-labrador

Package Overview
Dependencies
Maintainers
8
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink-labrador - npm Package Compare versions

Comparing version 8.15.1 to 8.15.2

3

lib/utils/kk-jw-subscriber.js

@@ -168,2 +168,5 @@ "use strict";

var image = config.image;
if (playlistItem && playlistItem.image) {
image = { url: playlistItem.image };
}
if (playlistItem && playlistItem.thumbnails) {

@@ -170,0 +173,0 @@ image = playlistItem.thumbnails.find(function (thumb) {

@@ -148,2 +148,5 @@ "use strict";

var image = config.image;
if (playlistItem && playlistItem.image) {
image = { url: playlistItem.image };
}
if (playlistItem && playlistItem.thumbnails) {

@@ -150,0 +153,0 @@ image = playlistItem.thumbnails.find(function (thumb) {

6

package.json
{
"name": "@aller/blink-labrador",
"version": "8.15.1",
"version": "8.15.2",
"description": "Library for using blink on Labrador",

@@ -75,3 +75,3 @@ "main": "lib/main.js",

"dependencies": {
"@aller/blink": "8.15.1",
"@aller/blink": "8.15.2",
"@soldotno/aller-in-view": "^3.0.2",

@@ -91,3 +91,3 @@ "react": "^16.11.0"

},
"gitHead": "2d90099fee6dd7b86c4e4dcb4065f6ce68cd7808"
"gitHead": "a666543708d77491d5a50384ed77c2997a4307cf"
}

Sorry, the diff of this file is not supported yet

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