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

jsperformance

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsperformance - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

index.js

@@ -93,2 +93,3 @@

};
var href = location.href;
self.on('executing', timeAfterEvent);

@@ -101,3 +102,3 @@ window.removeEventListener(eventName, eventCallback);

time: eventHookTime,
location: location.href,
location: href,
name: self.name,

@@ -133,2 +134,3 @@ domClass: e.target.className,

};
var href = location.href;
self.on('executing', timeAfterEvent);

@@ -142,3 +144,3 @@ window.removeEventListener(eventName, eventCallback);

time: eventHookTime,
location: location.href,
location: href,
name: self.name,

@@ -145,0 +147,0 @@ domClass: e.target.className,

{
"name": "jsperformance",
"version": "0.0.3",
"version": "0.0.4",
"description": "get web performance",

@@ -5,0 +5,0 @@ "main": "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