🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@prisma-next/lane-sql-query-builder

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma-next/lane-sql-query-builder - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.0.1
to
0.3.0-pr.105.1
+18
-18
package.json
{
"name": "@prisma-next/lane-sql-query-builder",
"version": "0.0.1",
"version": "0.3.0-pr.105.1",
"type": "module",
"sideEffects": false,
"description": "SQL query builder lane for Prisma Next",
"scripts": {
"build": "tsdown",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"lint": "biome check . --error-on-warnings",
"lint:fix": "biome check --write .",
"lint:fix:unsafe": "biome check --write --unsafe .",
"clean": "rm -rf dist coverage .tmp-output"
},
"devDependencies": {
"@prisma-next/tsconfig": "workspace:*",
"@prisma-next/tsdown": "workspace:*",
"tsdown": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
"tsdown": "0.18.4",
"typescript": "5.9.3",
"vitest": "4.0.16",
"@prisma-next/tsconfig": "0.0.0",
"@prisma-next/tsdown": "0.0.0"
},

@@ -37,3 +27,13 @@ "files": [

"module": "./dist/index.mjs",
"types": "./dist/index.d.mts"
}
"types": "./dist/index.d.mts",
"scripts": {
"build": "tsdown",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"lint": "biome check . --error-on-warnings",
"lint:fix": "biome check --write .",
"lint:fix:unsafe": "biome check --write --unsafe .",
"clean": "rm -rf dist coverage .tmp-output"
}
}