🚀 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
829
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-pr.75.2
to
0.3.0-pr.75.3
+2
-2
package.json
{
"name": "@prisma-next/sql-errors",
"version": "0.3.0-pr.75.2",
"version": "0.3.0-pr.75.3",
"type": "module",

@@ -26,3 +26,3 @@ "sideEffects": false,

"scripts": {
"build": "tsup --config tsup.config.ts && tsc --project tsconfig.json --rootDir src --outDir dist --declaration --declarationMap --emitDeclarationOnly",
"build": "tsup --config tsup.config.ts && tsc --project tsconfig.build.json --declaration --declarationMap --emitDeclarationOnly",
"test": "vitest run",

@@ -29,0 +29,0 @@ "test:coverage": "vitest run --coverage",