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

@apigames/highres-timer

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/highres-timer - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {

@@ -9,0 +9,0 @@ "build": "tsc",

@@ -21,3 +21,3 @@ API Games High Resolution Timer

doSomethingThatTakesTime();
const elapsedTime = elapsedTime(startTime);
const elapsedTimeMS: number = elapsedTime(startTime);

@@ -32,3 +32,3 @@ ```

doSomethingThatTakesTime();
const elapsedTime = elapsedTime(startTime);
const elapsedTimeMS = elapsedTime(startTime);

@@ -35,0 +35,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