Socket
Socket
Sign inDemoInstall

unitimer

Package Overview
Dependencies
0
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.0 to 3.14.0

8

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

@@ -31,3 +31,3 @@ "source": "src/index.js",

"type": "git",
"url": "git+https://github.com/WebSeed/unitimer.git"
"url": "git+https://github.com/willbamford/unitimer.git"
},

@@ -47,5 +47,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/WebSeed/unitimer/issues"
"url": "https://github.com/willbamford/unitimer/issues"
},
"homepage": "https://github.com/WebSeed/unitimer#readme",
"homepage": "https://github.com/willbamford/unitimer#readme",
"devDependencies": {

@@ -52,0 +52,0 @@ "ava": "^2.3.0",

@@ -14,2 +14,3 @@ export type Stats = {

reset(): void
total(): number
took(): number

@@ -21,3 +22,3 @@ mean(): number

stats(): Stats
info(): string
info(precision?: number): string
log(): void

@@ -24,0 +25,0 @@ }

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