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.16.0 to 8.16.1

2

lib/utils/kilkaya/client.d.ts

@@ -38,2 +38,4 @@ import { KilkayaEvents } from './tracker';

setVideoTags(tags: string[] | null): null | undefined;
setVideoTitle(title: string): void;
setVideoImage(imageUrl: string): void;
}

@@ -29,3 +29,3 @@ "use strict";

// right away or manually later
this.kilkayaClient = window.top.kilkaya.getVideo(window.top.location.origin + "/video/track/" + videoId, false);
this.kilkayaClient = window.top.kilkaya.getVideo(window.top.location.origin + "/video/" + videoId, false);
}

@@ -60,2 +60,4 @@ };

this.setVideoDuration(videoDurationInSeconds);
this.setVideoTitle(title);
this.setVideoImage(image);
globalTracker === null || globalTracker === void 0 ? void 0 : globalTracker.pageData.setData({

@@ -100,2 +102,8 @@ title: title,

};
KilkayaClient.prototype.setVideoTitle = function (title) {
this.getClient().setField("title", title);
};
KilkayaClient.prototype.setVideoImage = function (imageUrl) {
this.getClient().setField("image", imageUrl);
};
return KilkayaClient;

@@ -102,0 +110,0 @@ }());

6

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

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

"dependencies": {
"@aller/blink": "8.16.0",
"@aller/blink": "^8.16.1",
"@soldotno/aller-in-view": "^3.0.2",

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

},
"gitHead": "50084549bb8ef7342604471d565abdb500c4eec3"
"gitHead": "147a1faff8d8d71165e6897ede0ca55916d921b0"
}

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