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

iperf

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iperf - npm Package Compare versions

Comparing version 0.1.0-beta.6 to 0.1.0-beta.7

7

dist/client/performance.js

@@ -21,8 +21,3 @@ export class Performance {

this.mark(start);
try {
await fn();
}
catch (e) {
return NaN;
}
await fn();
this.mark(end);

@@ -29,0 +24,0 @@ return this.#measure(name, start, end);

2

package.json
{
"name": "iperf",
"version": "0.1.0-beta.6",
"version": "0.1.0-beta.7",
"description": "Performance Testing Framework for Front-end Renderers",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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