Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

empanalytics

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

empanalytics - npm Package Compare versions

Comparing version 2.0.93 to 2.1.119-25

CHANGELOG.md

34

package.json
{
"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**

```
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