empanalytics
Advanced tools
Comparing version 2.0.93 to 2.1.119-25
{ | ||
"name": "empanalytics", | ||
"version": "2.0.93", | ||
"description": "", | ||
"main": "./dist/js/emp-analytics.min.js", | ||
"dependencies": {}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": {} | ||
"version": "2.1.119-25", | ||
"description": "This component collects playback events and sends them every 3s to EMP Exposure backend.", | ||
"author": "Patrik Carlander", | ||
"copyright": "Copyright Ericsson, Inc. <https://www.ericsson.com/>", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/EricssonBroadcastServices/emp-analytics.git" | ||
}, | ||
"files": [ | ||
"lib", | ||
"dist" | ||
], | ||
"main": "lib/emp-analytics.cjs.js", | ||
"jsnext:main": "lib/emp-analytics.es.js", | ||
"module": "lib/emp-analytics.es.js", | ||
"browser": "lib/emp-analytics.browser.cjs.js", | ||
"dependencies": { | ||
"global": "^4.3.0", | ||
"object.assign": "^4.0.4", | ||
"platform": "^1.3.5", | ||
"worker-timers": "^4.0.5", | ||
"xhr-promise": "^2.0.0" | ||
}, | ||
"devDependencies": {}, | ||
"private": false, | ||
"analyze": true, | ||
"license": "Apache-2.0" | ||
} |
@@ -13,65 +13,26 @@ | ||
# Release notes | ||
* **[Release notes](CHANGELOG.md)** | ||
## 2.93.0 | ||
## Usage | ||
### New features | ||
**EMP-11837** Playback.Aborted should not be sent after Playback.Error + order of the events is not always right | ||
### Installation | ||
## 1.92.0 | ||
```sh | ||
npm install empanalytics | ||
``` | ||
### New features | ||
**EMP-11768** HTML5 and CC should log errors in analytics according to the standard | ||
### In browser, node or react-native | ||
## 1.90.0 | ||
```js | ||
### New features | ||
**EMP-11666** Improving analytics - send requestID in Playback.Created | ||
// ES modules | ||
import EMPAnalytics from 'EMPAnalytics'; | ||
// CommonJS | ||
var EMPAnalytics = require('EMPAnalytics'); | ||
## 1.89.0 | ||
``` | ||
</br> | ||
### New features | ||
**EMP-11448** HTML5/CC - Tracking license requests to Irdeto through analytics trace | ||
## Configuration | ||
## 1.88.0 | ||
### Bug Fixes | ||
**EMP-11622** HTML5/CC - MediaLocator sent in Playback.Started does not include the t params | ||
## 1.79.0 | ||
### Bug Fixes | ||
**EMP-11005** Playback.ProgramChange event now sends playback offset. | ||
**EMP-10946** clearInterval had wrong timer reference as argument. | ||
## 1.77.0 | ||
### New features | ||
**EMP-10976** Send the following analytics event: Playback.ProgramChange when a program boundary has been passed | ||
## 1.68.0 | ||
### New features | ||
**EMP-10424** Added property in the constructor to disable web workers | ||
## 1.65.1 | ||
**EMP-10203** Added Player to Playback.Created event | ||
## 1.65.0 | ||
### Bug fixes | ||
**EMP-10203** N/A codes were removed | ||
**EMP-10138** Expose more info in both Playback.Created | ||
**EMP-9640** Using Web Worker timers instead of Window timers in order to avoid timers not being freezed if browser tab loses focus | ||
## 1.63.0 | ||
### Bug fixes | ||
**EMP-9815** adding 'referenceTime' as a parameter property to 'playing' method | ||
**EMP-8869** detecting device clock change and resyncing with backend | ||
### Configuration | ||
The following configuration values are required when the plugin is created: | ||
@@ -110,4 +71,6 @@ - **customer & businessUnit** values provided by EMP project team | ||
### Methods | ||
</br> | ||
## Methods | ||
### Constructor | ||
@@ -340,4 +303,6 @@ ```javascript | ||
### Usage Example | ||
</br> | ||
## Usage Example | ||
#### HTML Code | ||
@@ -563,1 +528,2 @@ **index.html** | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
441049
10
0
11113
2
2
5
526
+ Addedglobal@^4.3.0
+ Addedobject.assign@^4.0.4
+ Addedplatform@^1.3.5
+ Addedworker-timers@^4.0.5
+ Addedxhr-promise@^2.0.0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedcall-bind@1.0.8(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.3(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddefine-properties@1.2.1(transitive)
+ Addeddom-walk@0.1.2(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.0.0(transitive)
+ Addedfast-unique-numbers@2.1.5(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.7(transitive)
+ Addedget-proto@1.0.1(transitive)
+ Addedglobal@4.4.0(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedmin-document@2.19.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedobject.assign@4.1.7(transitive)
+ Addedparse-headers@2.0.5(transitive)
+ Addedplatform@1.3.6(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedtslib@1.14.1(transitive)
+ Addedworker-timers@4.0.53(transitive)
+ Addedworker-timers-broker@4.0.36(transitive)
+ Addedworker-timers-worker@5.0.30(transitive)
+ Addedxhr-promise@2.0.0(transitive)
+ Addedzousan@2.5.1(transitive)