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

print-execution-time

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

print-execution-time - npm Package Compare versions

Comparing version 0.0.8 to 1.0.0

2

package.json
{
"name": "print-execution-time",
"version": "0.0.8",
"version": "1.0.0",
"description": "Print execution time in simplest way",

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

@@ -15,3 +15,3 @@ # Print Execution Time

//Some code
for(let i = 0; i < 999999; i++){
for(let i = 0; i < 999999999; i++){

@@ -22,2 +22,4 @@ }

execTime.print();
// Execution time: 845ms
```

@@ -24,0 +26,0 @@

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