New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aller/blink

Package Overview
Dependencies
Maintainers
0
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink - npm Package Compare versions

Comparing version 8.33.0 to 8.33.1-alpha.4

2

lib/__tests__/click.test.js

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

clickId: 'cta-modal-16166',
harvesterId: 'www.dagbladet.no',
harvesterId: 'some.site/a0bb0a25c11044eedb8005b99f9590a6',
context: [],

@@ -98,0 +98,0 @@ id: 'cta-modal-16166',

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

article: {
harvesterId: 'www.kk.no',
harvesterId: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
url: 'https://www.dagbladet.no',

@@ -331,3 +331,3 @@ },

version: config_1.VERSION,
id: 'www.kk.no',
id: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
});

@@ -339,3 +339,3 @@ // Check second event

article: {
harvesterId: 'www.kk.no',
harvesterId: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
url: 'https://www.dagbladet.no',

@@ -345,3 +345,3 @@ },

pageScrollLatestOffsetY: 0,
id: 'www.kk.no',
id: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
pageView: 'SECOND_PAGE-pageview',

@@ -348,0 +348,0 @@ referrer: 'www.sol.no',

@@ -1,2 +0,2 @@

export declare const VERSION = "8.32.3-alpha.0";
export declare const VERSION = "8.33.1-alpha.4";
/**

@@ -3,0 +3,0 @@ * The minimum waiting time between each sending of active time events

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ACTIVE_TIME_INITIAL_MOBILE = exports.ACTIVE_TIME_WAIT = exports.VERSION = void 0;
exports.VERSION = '8.32.3-alpha.0';
exports.VERSION = '8.33.1-alpha.4';
/**

@@ -6,0 +6,0 @@ * The minimum waiting time between each sending of active time events

@@ -15,11 +15,11 @@ "use strict";

it('should get fallback id for a front', function () {
expect(get_id_from_url_1.default('https://www.dagbladet.no/', 'www.fallback.no')).toBe('www.fallback.no');
expect(get_id_from_url_1.default('https://www.dagbladet.no/', 'www.fallback.no')).toBe('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
});
it('should get fallback id for a front with query params', function () {
expect(get_id_from_url_1.default('https://www.dagbladet.no/?meta=1', 'www.fallback.no')).toBe('www.fallback.no');
expect(get_id_from_url_1.default('https://www.dagbladet.no/?meta=1', 'www.fallback.no')).toBe('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
});
it('should get fallback id for a front with hash', function () {
expect(get_id_from_url_1.default('https://www.dagbladet.no/#tag', 'www.fallback.no')).toBe('www.fallback.no');
expect(get_id_from_url_1.default('https://www.dagbladet.no/#tag', 'www.fallback.no')).toBe('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
});
});
//# sourceMappingURL=get-id-from-url.test.js.map
{
"name": "@aller/blink",
"version": "8.33.0",
"version": "8.33.1-alpha.4",
"description": "A library for tracking user behaviour.",

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

"dependencies": {
"@aller/external-id": "7.1.0",
"@aller/external-id": "7.1.1-alpha.2",
"redux": "^4.0.4",

@@ -70,3 +70,3 @@ "redux-devtools-extension": "^2.13.5"

},
"gitHead": "093ec84437eb62d260dc69190e7124a1f3ba3d5a"
"gitHead": "9d3d64117b6e23c8763028ef65f5065767ec8964"
}

@@ -102,3 +102,3 @@ import createBlink from '../main';

clickId: 'cta-modal-16166',
harvesterId: 'www.dagbladet.no',
harvesterId: 'some.site/a0bb0a25c11044eedb8005b99f9590a6',
context: [],

@@ -105,0 +105,0 @@ id: 'cta-modal-16166',

@@ -372,3 +372,3 @@ import createBlink from '../main';

article: {
harvesterId: 'www.kk.no',
harvesterId: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
url: 'https://www.dagbladet.no',

@@ -383,3 +383,3 @@ },

version: VERSION,
id: 'www.kk.no',
id: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
});

@@ -392,3 +392,3 @@

article: {
harvesterId: 'www.kk.no',
harvesterId: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
url: 'https://www.dagbladet.no',

@@ -398,3 +398,3 @@ },

pageScrollLatestOffsetY: 0,
id: 'www.kk.no',
id: 'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
pageView: 'SECOND_PAGE-pageview',

@@ -401,0 +401,0 @@ referrer: 'www.sol.no',

@@ -1,2 +0,2 @@

export const VERSION = '8.32.3-alpha.0';
export const VERSION = '8.33.1-alpha.4';

@@ -3,0 +3,0 @@ /**

@@ -21,3 +21,3 @@ import getIdFromUrl from '../get-id-from-url';

expect(getIdFromUrl('https://www.dagbladet.no/', 'www.fallback.no')).toBe(
'www.fallback.no',
'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
);

@@ -29,3 +29,3 @@ });

getIdFromUrl('https://www.dagbladet.no/?meta=1', 'www.fallback.no'),
).toBe('www.fallback.no');
).toBe('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
});

@@ -36,4 +36,4 @@

getIdFromUrl('https://www.dagbladet.no/#tag', 'www.fallback.no'),
).toBe('www.fallback.no');
).toBe('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
});
});

Sorry, the diff of this file is not supported yet

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