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

@slime/stopwatch

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slime/stopwatch - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

2

dist/StopWatch.js

@@ -58,3 +58,3 @@ class StopWatch{

let millaSecondAs2DigitNumberAsString = "0" + String(Math.floor(this.getCurrentMillaSecondElapsedAsFraction * 10));
let millaSecondAs2DigitNumberAsString = "0" + String(Math.round(this.getCurrentMillaSecondElapsedAsFraction * 10));

@@ -61,0 +61,0 @@ return `${minsAs2Digits}:${secondsAs2Digits}:${millaSecondAs2DigitNumberAsString}`;

{
"name": "@slime/stopwatch",
"version": "1.1.0",
"version": "1.2.0",
"description": "a class for handling and printing elapsed time in ms, under the hood is just comparing timestamps with Date.now().",

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

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