Socket
Socket
Sign inDemoInstall

@aller/blink-labrador

Package Overview
Dependencies
Maintainers
16
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 0.11.0 to 0.12.0

1

lib/main.d.ts

@@ -25,2 +25,3 @@ import { Blink } from '@aller/blink';

trackVideo: (input: any) => void;
trackCustom: (input: any) => void;
_resetActiveTimer(url: any): void;

@@ -27,0 +28,0 @@ static _getCurrentUrl(): string;

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

};
this.trackCustom = function (input) {
_this.blink.custom(input);
};
configure_sender_1.configureSender(get_sender_config_1.default());

@@ -46,0 +49,0 @@ this.pageView = uuid_1.default('pageView');

4

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

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

"dependencies": {
"@aller/blink": "^4.1.0",
"@aller/blink": "^4.2.0",
"@soldotno/aller-in-view": "^3.0.2"

@@ -73,0 +73,0 @@ },

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