New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

promise-performance

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-performance - npm Package Compare versions

Comparing version

to
1.0.1

2

package.json
{
"name": "promise-performance",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple tool for profiling the performance of Promises in the browser",

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

@@ -11,1 +11,15 @@ # Promise performance profiling

<img src="/screenshot.png" alt="Screenshot of the profiling"/>
# Usage
The package changes the global object, so all you have to do is import it
```
import 'promise-performance';
```
Then, to see profile information, call `window.getPromiseProfiles()` in your devTools, and reset the timers by calling
`window.resetPromiseProfiles()`.
Happy profiling.

Sorry, the diff of this file is not supported yet