Socket
Socket
Sign inDemoInstall

unitimer

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unitimer - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "unitimer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Universal timer (Node.js and browser)",

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

@@ -19,9 +19,10 @@ # unitimer

Universal timer (Node.js and browser)
Universal timer (Node.js and browser). Super simple i.e.
```js
var timer = require('unitimer')
timer.start('label')
var millis = timer.stop('label')
setTimeout(function () {
var ms = timer.stop('label') // ms ~= 1000.0
}, 1000)
```
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