🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More β†’
Socket
Book a DemoSign in
Socket

@ditojs/utils

Package Overview
Dependencies
Maintainers
2
Versions
423
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ditojs/utils - npm Package Compare versions

Comparing version
2.92.0
to
2.93.0
+4
-4
package.json
{
"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 @@