New:Socket for Asana Is Now Available.Learn more
Get Started

@ultimat3/render

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimat3/render - npm Package Compare versions

Comparing version
17.0.0
to
18.0.0
+6
-6
package.json
{
"name": "@ultimat3/render",
"version": "17.0.0",
"version": "18.0.0",
"description": "The route primitive and the five render modes: static, isr, ssr, stream, spa.",

@@ -32,3 +32,3 @@ "license": "MIT",

"engines": {
"bun": ">=1.3.0"
"bun": ">=1.4.0"
},

@@ -40,8 +40,8 @@ "scripts": {

"dependencies": {
"@ultimat3/cache": "17.0.0",
"@ultimat3/core": "17.0.0",
"@ultimat3/i18n": "17.0.0",
"@ultimat3/seo": "17.0.0",
"@ultimat3/cache": "18.0.0",
"@ultimat3/core": "18.0.0",
"@ultimat3/i18n": "18.0.0",
"@ultimat3/seo": "18.0.0",
"sass": "1.102.0"
}
}