@byelabel/utils
Advanced tools
+5
-1
| { | ||
| "name": "@byelabel/utils", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "ByeLabel Utilities", | ||
@@ -53,2 +53,6 @@ "type": "commonjs", | ||
| }, | ||
| "./money": { | ||
| "types": "./build/utils/money.d.ts", | ||
| "default": "./build/utils/money.js" | ||
| }, | ||
| "./number": { | ||
@@ -55,0 +59,0 @@ "types": "./build/utils/number.d.ts", |
+2
-2
@@ -166,4 +166,4 @@ # @byelabel/utils | ||
| number.format(1234567.89); // '1,234,567.89' | ||
| number.format(1234.5, undefined, 'tr-TR'); // '1.234,5' | ||
| number.format(1.5, { minimumFractionDigits: 3 }); // '1.500' | ||
| number.format(1234.5, 'tr-TR'); // '1.234,5' | ||
| number.format(1.5, 'en-US', { minimumFractionDigits: 3 }); // '1.500' | ||
@@ -170,0 +170,0 @@ number.currency(1234.5); // '$1,234.50' |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 3 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 3 instances in 1 package
180845
0.06%