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

kitten-format

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitten-format - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

kittenFormat.server.js

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

if (options && options.minimumFractionDigits != null) {
for (fraction+=''; fraction.length < options.minimumFractionDigits; fraction = '0' + fraction) {}
for (fraction+=''; fraction.length < options.minimumFractionDigits; fraction = fraction + '0') {}
}

@@ -168,0 +168,0 @@

{
"name": "kitten-format",
"version": "1.7.1",
"version": "1.7.2",
"description": "Fast formatters for browsers",

@@ -5,0 +5,0 @@ "main": "kittenFormat.server.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