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.1-alpha.4 to 8.33.1-alpha.5

8

lib/__tests__/page-activity.test.js

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

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

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

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

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

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

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

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

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

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

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

@@ -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.33.1-alpha.4';
exports.VERSION = '8.33.1-alpha.5';
/**

@@ -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('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
expect(get_id_from_url_1.default('https://www.dagbladet.no/', 'www.fallback.no')).toBe('www.fallback.no');
});
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('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
expect(get_id_from_url_1.default('https://www.dagbladet.no/?meta=1', 'www.fallback.no')).toBe('www.fallback.no');
});
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('dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa');
expect(get_id_from_url_1.default('https://www.dagbladet.no/#tag', 'www.fallback.no')).toBe('www.fallback.no');
});
});
//# sourceMappingURL=get-id-from-url.test.js.map
{
"name": "@aller/blink",
"version": "8.33.1-alpha.4",
"version": "8.33.1-alpha.5",
"description": "A library for tracking user behaviour.",

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

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

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

},
"gitHead": "9d3d64117b6e23c8763028ef65f5065767ec8964"
"gitHead": "720dd6d7916503fdc74c3c814d77aada29f7f76f"
}

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

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

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

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

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

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

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

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

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

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

export const VERSION = '8.33.1-alpha.4';
export const VERSION = '8.33.1-alpha.5';

@@ -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(
'dagbladet.no/72b1a52c12987fc81d635ee8d388dbfa',
'www.fallback.no',
);

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

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

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

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

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