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.0.4 to 1.0.5

demo.js

3

package.json
{
"name": "@slime/stopwatch",
"version": "1.0.4",
"version": "1.0.5",
"description": "a class for handling and printing elapsed time in ms, under the hood is just comparing timestamps with Date.now().",
"main": "StopWatch.js",
"typings": "./index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "jest"

@@ -5,5 +5,9 @@ # StopWatch

## how to use StopWatch class
## how to use StopWatch class via NPM/node.js
installation from terminal/CMD line
```
npm i @slime/stopwatch
```
usage:
first instantiate a new StopWatch object instance from the StopWatch class
```

@@ -10,0 +14,0 @@ const StopWatch = require("@slime/stopwatch");

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