New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bormat

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bormat - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

index.js

@@ -43,3 +43,3 @@ var _ = require('underscore');

else {
string = days + " days, " + hours.toString() + ":" + (minutes < 10 ? "0" : "") + minutes.toString();
string = days + " day" + (days == 1 ? "" : "s") + ", " + hours.toString() + ":" + (minutes < 10 ? "0" : "") + minutes.toString();
}

@@ -46,0 +46,0 @@

{
"name": "bormat",
"version": "0.0.9",
"version": "0.0.10",
"description": "a bunch of boring utility functions for formatting time and numbers, mostly.",

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

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