🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@prisma-next/sql-errors

Package Overview
Dependencies
Maintainers
4
Versions
847
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma-next/sql-errors - npm Package Compare versions

Comparing version
0.3.0-dev.4
to
0.3.0-pr.71.2
+4
-4
package.json
{
"name": "@prisma-next/sql-errors",
"version": "0.3.0-dev.4",
"version": "0.3.0-pr.71.2",
"type": "module",

@@ -29,7 +29,7 @@ "sideEffects": false,

"typecheck": "tsc --project tsconfig.json --noEmit",
"lint": "biome check . --config-path ../../../../biome.json --error-on-warnings",
"lint:fix": "biome check --write . --config-path ../../../../biome.json",
"lint:fix:unsafe": "biome check --write --unsafe . --config-path ../../../../biome.json",
"lint": "biome check . --error-on-warnings",
"lint:fix": "biome check --write .",
"lint:fix:unsafe": "biome check --write --unsafe .",
"clean": "node ../../../../scripts/clean.mjs"
}
}