@ditojs/utils
Advanced tools
+4
-4
| { | ||
| "name": "@ditojs/utils", | ||
| "version": "2.92.0", | ||
| "version": "2.93.0", | ||
| "type": "module", | ||
@@ -26,3 +26,3 @@ "description": "Dito.js Utility Functions β Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js", | ||
| "engines": { | ||
| "node": ">= 20.0.0" | ||
| "node": ">= 24.0.0" | ||
| }, | ||
@@ -40,5 +40,5 @@ "browserslist": [ | ||
| "devDependencies": { | ||
| "typescript": "^5.9.3" | ||
| "typescript": "^6.0.2" | ||
| }, | ||
| "gitHead": "7d2288aa487ec5c8607b2079a29e2d8793fbd07f" | ||
| "gitHead": "360bd6a84c617b7f9b3750c50865380be3dbde8e" | ||
| } |
@@ -100,3 +100,3 @@ import { format } from './format.js' | ||
| }) | ||
| ).toMatch(/^CHF\s123β456β789\.00$/) | ||
| ).toMatch(/^CHF\s123['\u2019]456['\u2019]789\.00$/) | ||
| expect( | ||
@@ -119,3 +119,3 @@ format(float, { | ||
| }) | ||
| ).toMatch(/^CHF\s123β456\.79$/) | ||
| ).toMatch(/^CHF\s123['\u2019]456\.79$/) | ||
| }) | ||
@@ -122,0 +122,0 @@ |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
189902
0.01%