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

durations

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

durations - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

2

lib/hrtime.js

@@ -20,3 +20,3 @@ // Generated by CoffeeScript 1.12.7

ns = Math.floor((clockTime % 1) * 1e9);
if (prevTimestamp) {
if (prevTime) {
seconds = seconds - prevTime[0];

@@ -23,0 +23,0 @@ ns = ns - prevTime[1];

@@ -10,3 +10,3 @@ {

],
"version": "3.4.1",
"version": "3.4.2",
"author": "Joel Edwards (https://github.com/joeledwards)",

@@ -13,0 +13,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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