snowplow-tracker-core
Advanced tools
Comparing version 0.7.2-beta1 to 0.7.2
{ | ||
"name": "snowplow-tracker-core", | ||
"version": "0.7.2-beta1", | ||
"version": "0.7.2", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@types/es6-shim": "0.31.34", |
@@ -16,3 +16,3 @@ # Snowplow JavaScript Tracker Core [![npm version][npm-image]][npm-url] | ||
```js | ||
var core = require('snowplow-tracker-core'); | ||
var core = require('snowplow-tracker-core').trackerCore; | ||
@@ -42,3 +42,3 @@ // Create an instance with base 64 encoding set to false (it defaults to true) | ||
console.log(pageViewPayload); | ||
console.log(pageViewPayload.build()); | ||
/* | ||
@@ -57,2 +57,3 @@ { | ||
'vp': '600x400', | ||
'ua': 'Snowplow/0.0.1', | ||
'dtm': 1406879959702, // timestamp | ||
@@ -75,3 +76,3 @@ 'eid': '0718a85a-45dc-4f71-a949-27870442ed7d' // UUID | ||
console.log(unstructEventPayload); | ||
console.log(unstructEventPayload.build()); | ||
/* | ||
@@ -78,0 +79,0 @@ { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
135
154725
27
1