@snowplow/browser-plugin-timezone
Advanced tools
Comparing version 3.24.2 to 3.24.3-dev.0
/*! | ||
* Attaches timezone to Snowplow events v3.24.2 (http://bit.ly/sp-js) | ||
* Attaches timezone to Snowplow events v3.24.3-dev.0 (http://bit.ly/sp-js) | ||
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -48,3 +48,3 @@ * Licensed under BSD-3-Clause | ||
tracker.core.setTimezone(determine(typeof Intl !== 'undefined').name()); | ||
} | ||
}, | ||
}; | ||
@@ -51,0 +51,0 @@ } |
/*! | ||
* Attaches timezone to Snowplow events v3.24.2 (http://bit.ly/sp-js) | ||
* Attaches timezone to Snowplow events v3.24.3-dev.0 (http://bit.ly/sp-js) | ||
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -60,3 +60,3 @@ * Licensed under BSD-3-Clause | ||
tracker.core.setTimezone(jstz_min.exports.determine(typeof Intl !== 'undefined').name()); | ||
} | ||
}, | ||
}; | ||
@@ -63,0 +63,0 @@ } |
/*! | ||
* Attaches timezone to Snowplow events v3.24.2 (http://bit.ly/sp-js) | ||
* Attaches timezone to Snowplow events v3.24.3-dev.0 (http://bit.ly/sp-js) | ||
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang | ||
@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause |
{ | ||
"name": "@snowplow/browser-plugin-timezone", | ||
"version": "3.24.2", | ||
"version": "3.24.3-dev.0", | ||
"description": "Attaches timezone to Snowplow events", | ||
@@ -21,6 +21,6 @@ "homepage": "http://bit.ly/sp-js", | ||
"dependencies": { | ||
"@snowplow/browser-tracker-core": "3.24.2", | ||
"@snowplow/tracker-core": "3.24.2", | ||
"jstimezonedetect": "1.0.7", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.3.1", | ||
"@snowplow/browser-tracker-core": "3.24.3-dev.0", | ||
"@snowplow/tracker-core": "3.24.3-dev.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@snowplow/browser-tracker": "~3.24.2" | ||
"@snowplow/browser-tracker": "~3.24.3-dev.0" | ||
}, | ||
@@ -57,4 +57,3 @@ "scripts": { | ||
"test": "jest" | ||
}, | ||
"readme": "# Snowplow Timezone Tracking\n\n[![npm version][npm-image]][npm-url]\n[![License][license-image]](LICENSE)\n\nBrowser Plugin to be used with `@snowplow/browser-tracker`.\n\nAdds Timezone information to your Snowplow tracking.\n\n## Maintainer quick start\n\nPart of the Snowplow JavaScript Tracker monorepo. \nBuild with [Node.js](https://nodejs.org/en/) (14 or 16) and [Rush](https://rushjs.io/).\n\n### Setup repository\n\n```bash\nnpm install -g @microsoft/rush \ngit clone https://github.com/snowplow/snowplow-javascript-tracker.git\nrush update\n```\n\n## Package Installation\n\nWith npm:\n\n```bash\nnpm install @snowplow/browser-plugin-timezone\n```\n\n## Usage\n\nInitialize your tracker with the PerformanceTimingPlugin:\n\n```js\nimport { newTracker } from '@snowplow/browser-tracker';\nimport { TimezonePlugin } from '@snowplow/browser-plugin-timezone';\n\nnewTracker('sp1', '{{collector}}', { plugins: [ TimezonePlugin() ] }); \n```\n\n## Copyright and license\n\nLicensed and distributed under the [BSD 3-Clause License](LICENSE) ([An OSI Approved License][osi]).\n\nCopyright (c) 2022 Snowplow Analytics Ltd, 2010 Anthon Pang.\n\nAll rights reserved.\n\n[npm-url]: https://www.npmjs.com/package/@snowplow/browser-plugin-timezone\n[npm-image]: https://img.shields.io/npm/v/@snowplow/browser-plugin-timezone\n[docs]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-tracker/\n[osi]: https://opensource.org/licenses/BSD-3-Clause\n[license-image]: https://img.shields.io/npm/l/@snowplow/browser-plugin-timezone\n" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
192843
1
+ Added@snowplow/browser-tracker-core@3.24.3-dev.0(transitive)
+ Added@snowplow/tracker-core@3.24.3-dev.0(transitive)
+ Addeduuid@8.3.2(transitive)
- Removed@snowplow/browser-tracker-core@3.24.2(transitive)
- Removed@snowplow/tracker-core@3.24.2(transitive)