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

@medmain/core

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medmain/core - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

3

dist/browser/esm/locales/english.js

@@ -43,2 +43,5 @@ import capitalize from 'lodash/capitalize';

},
formatPercentage: function formatPercentage(percentage) {
return typeof percentage === 'number' ? numeral(percentage).format('0.000') + '%' : '--';
},
formatFileSize: function formatFileSize(size) {

@@ -45,0 +48,0 @@ return typeof size === 'number' ? numeral(size).format('0.[0] b') : '--';

@@ -55,2 +55,6 @@ "use strict";

formatPercentage(percentage) {
return typeof percentage === 'number' ? (0, _numeral.default)(percentage).format('0.000') + '%' : '--';
},
formatFileSize(size) {

@@ -57,0 +61,0 @@ return typeof size === 'number' ? (0, _numeral.default)(size).format('0.[0] b') : '--';

@@ -45,2 +45,6 @@ import capitalize from 'lodash/capitalize';

formatPercentage(percentage) {
return typeof percentage === 'number' ? numeral(percentage).format('0.000') + '%' : '--';
},
formatFileSize(size) {

@@ -47,0 +51,0 @@ return typeof size === 'number' ? numeral(size).format('0.[0] b') : '--';

2

package.json
{
"name": "@medmain/core",
"version": "0.1.27",
"version": "0.1.28",
"description": "Medmain's core module, root of everything else",

@@ -5,0 +5,0 @@ "files": [

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