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

pretty-ms

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-ms - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

2

index.js

@@ -65,3 +65,3 @@ 'use strict';

options.formatSubMilliseconds ||
milliseconds < 1000
(!options.colonNotation && milliseconds < 1000)
) {

@@ -68,0 +68,0 @@ add(parsed.seconds, 'second', 's');

{
"name": "pretty-ms",
"version": "7.0.0",
"version": "7.0.1",
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",

@@ -5,0 +5,0 @@ "license": "MIT",

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