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

@snowplow/browser-plugin-performance-navigation-timing

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snowplow/browser-plugin-performance-navigation-timing - npm Package Compare versions

Comparing version 3.24.2 to 3.24.3

2

dist/index.module.js
/*!
* Attaches Performance Navigation Timing data to Snowplow events v3.24.2 (https://docs.snowplow.io/)
* Attaches Performance Navigation Timing data to Snowplow events v3.24.3 (https://docs.snowplow.io/)
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

/*!
* Attaches Performance Navigation Timing data to Snowplow events v3.24.2 (https://docs.snowplow.io/)
* Attaches Performance Navigation Timing data to Snowplow events v3.24.3 (https://docs.snowplow.io/)
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

/*!
* Attaches Performance Navigation Timing data to Snowplow events v3.24.2 (https://docs.snowplow.io/)
* Attaches Performance Navigation Timing data to Snowplow events v3.24.3 (https://docs.snowplow.io/)
* Copyright 2022 Snowplow Analytics Ltd, 2010 Anthon Pang

@@ -4,0 +4,0 @@ * Licensed under BSD-3-Clause

{
"name": "@snowplow/browser-plugin-performance-navigation-timing",
"version": "3.24.2",
"version": "3.24.3",
"description": "Attaches Performance Navigation Timing data to Snowplow events",

@@ -21,5 +21,5 @@ "homepage": "https://docs.snowplow.io/",

"dependencies": {
"@snowplow/browser-tracker-core": "3.24.2",
"@snowplow/tracker-core": "3.24.2",
"tslib": "^2.3.1"
"tslib": "^2.3.1",
"@snowplow/browser-tracker-core": "3.24.3",
"@snowplow/tracker-core": "3.24.3"
},

@@ -48,3 +48,3 @@ "devDependencies": {

"peerDependencies": {
"@snowplow/browser-tracker": "~3.24.2"
"@snowplow/browser-tracker": "~3.24.3"
},

@@ -54,4 +54,3 @@ "scripts": {

"test": "jest"
},
"readme": "# Snowplow Performance Navigation Timing 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 Performance Navigation Timing contexts to your Snowplow tracking. To learn more about the properties tracked, you can visit the [specification](https://www.w3.org/TR/navigation-timing-2/) or MDN [documentation site](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigationTiming).\n\nThe following diagram shows the ResourceTiming and PerformanceNavigationTiming properties and how they connect to the navigation of the page main document.\n\n<figure>\n <img src=\"./docs/performance_navigation_timeline.svg\" alt=\"performance navigation timeline\"/>\n <figcaption>Performance navigation timeline from the <a href=\"https://www.w3.org/TR/navigation-timing-2/\">W3C specification.</a></figcaption>\n</figure>\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-performance-navigation-timing\n```\n\n## Usage\n\nInitialize your tracker with the PerformanceNavigationTimingPlugin:\n\n```js\nimport { newTracker } from '@snowplow/browser-tracker';\nimport { PerformanceNavigationTimingPlugin } from '@snowplow/browser-plugin-performance-navigation-timing';\n\nnewTracker('sp1', '{{collector}}', { plugins: [ PerformanceNavigationTimingPlugin() ] }); \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) 2023 Snowplow Analytics Ltd.\n\nAll rights reserved.\n\n[npm-url]: https://www.npmjs.com/package/@snowplow/browser-plugin-performance-navigation-timing\n[npm-image]: https://img.shields.io/npm/v/@snowplow/browser-plugin-performance-navigation-timing\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-performance-navigation-timing\n"
}
}

@@ -20,3 +20,3 @@ # Snowplow Performance Navigation Timing Tracking

Part of the Snowplow JavaScript Tracker monorepo.
Build with [Node.js](https://nodejs.org/en/) (14 or 16) and [Rush](https://rushjs.io/).
Build with [Node.js](https://nodejs.org/en/) (18 - 20) and [Rush](https://rushjs.io/).

@@ -23,0 +23,0 @@ ### Setup repository

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