Socket
Socket
Sign inDemoInstall

react-compound-timer

Package Overview
Dependencies
3
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

5

dist/react-compound-timer.legacy-esm.js

@@ -83,6 +83,3 @@ // src/helpers/getTimeParts.ts

function now() {
if (typeof window === "undefined" || !("performance" in window)) {
return Date.now();
}
return performance.now();
return Date.now();
}

@@ -89,0 +86,0 @@

2

package.json
{
"name": "react-compound-timer",
"version": "2.0.3",
"version": "2.0.4",
"description": "React hooks for timers, countdowns, and stopwatches.",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/react-compound-timer.cjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc