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

monotonic-timestamp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monotonic-timestamp - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

index.js

@@ -33,3 +33,3 @@ // If `Date.now()` is invoked twice quickly, it's possible to get two

do {
adjusted = time + (_count++ / (_count + 999))
adjusted = time + ((_count++) / (_count + 999))
} while (adjusted === _adjusted)

@@ -36,0 +36,0 @@ _adjusted = adjusted

{
"name": "monotonic-timestamp",
"version": "0.0.7",
"version": "0.0.8",
"homepage": "https://github.com/dominictarr/monotonic-timestamp",

@@ -5,0 +5,0 @@ "repository": {

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