🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nowline/browser

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nowline/browser - npm Package Compare versions

Comparing version
0.8.4
to
0.8.5
+8
-8
package.json
{
"name": "@nowline/browser",
"version": "0.8.4",
"version": "0.8.5",
"description": "Runs the whole Nowline pipeline — parse, validate, resolve includes, lay out, and render — in the browser, with pluggable I/O hooks. Powers @nowline/embed and the VS Code preview.",

@@ -41,12 +41,12 @@ "license": "Apache-2.0",

"dependencies": {
"langium": "~4.2.4",
"@nowline/core": "0.8.4",
"@nowline/layout": "0.8.4",
"@nowline/renderer": "0.8.4"
"langium": "~4.3.0",
"@nowline/core": "0.8.5",
"@nowline/renderer": "0.8.5",
"@nowline/layout": "0.8.5"
},
"devDependencies": {
"@types/node": "^25.9.1",
"happy-dom": "^20.9.0",
"@types/node": "^25.9.3",
"happy-dom": "^20.10.6",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
"vitest": "^4.1.9"
},

@@ -53,0 +53,0 @@ "scripts": {