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

@mrporter/frontend-monitoring

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrporter/frontend-monitoring - npm Package Compare versions

Comparing version 5.0.1 to 5.0.3

7

dist/events.js

@@ -31,3 +31,4 @@ 'use strict';

request: responseStart - requestStart,
response: responseEnd - responseStart
response: responseEnd - responseStart,
ttfb: responseStart - navigationStart
}

@@ -41,3 +42,3 @@ };

var _window$performance$t2 = window.performance.timing,
navigationStart = _window$performance$t2.navigationStart,
_navigationStart = _window$performance$t2.navigationStart,
msFirstPaint = _window$performance$t2.msFirstPaint,

@@ -58,3 +59,3 @@ domLoading = _window$performance$t2.domLoading,

} else if (msFirstPaint) {
firstPaint = msFirstPaint - navigationStart;
firstPaint = msFirstPaint - _navigationStart;
}

@@ -61,0 +62,0 @@

@@ -107,3 +107,4 @@ 'use strict';

input: {
ip: 'ip_address'
ip: 'ip_address',
remove_ip_property: true
},

@@ -110,0 +111,0 @@ output: 'ip_geo_info'

{
"name": "@mrporter/frontend-monitoring",
"version": "5.0.1",
"version": "5.0.3",
"description": "Utils and Events for MRP front end monitoring",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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