@aller/blink
Advanced tools
Comparing version 8.33.0 to 8.33.1-alpha.4
@@ -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
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
812374
2
1
1
+ Added@aller/external-id@7.1.1-alpha.2(transitive)
- Removed@aller/external-id@7.1.0(transitive)