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

@dossierhq/database-adapter

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dossierhq/database-adapter - npm Package Compare versions

Comparing version
0.7.12
to
0.7.13
+11
-7
package.json
{
"name": "@dossierhq/database-adapter",
"version": "0.7.12",
"version": "0.7.13",
"description": "A library for adapting Dossier to a database, such as SQLite or PostgreSQL.",

@@ -21,2 +21,5 @@ "keywords": [

"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {

@@ -31,3 +34,3 @@ "type": "git",

"peerDependencies": {
"@dossierhq/core": "0.7.12"
"@dossierhq/core": "0.7.13"
},

@@ -40,11 +43,12 @@ "devDependencies": {

"vitest": "~3.0.5",
"@dossierhq/core": "0.7.12",
"@dossierhq/typescript-config": "1.0.0",
"@dossierhq/eslint-config": "1.0.0"
"@dossierhq/eslint-config": "1.0.1",
"@dossierhq/typescript-config": "1.0.1",
"@dossierhq/core": "0.7.13"
},
"scripts": {
"build": "npm run prettier:check && eslint && tsc && npm run test && post-process-build deno-esm-only",
"build": "tsc && post-process-build deno-esm-only",
"build:watch": "tsc --watch",
"lint": "npm run prettier:check && npm run eslint:check",
"clean": "rm -rf lib/ coverage/",
"eslint:check": "eslint .",
"eslint:check": "eslint --max-warnings=0",
"eslint:fix": "eslint --fix .",

@@ -51,0 +55,0 @@ "prettier:check": "prettier --check .",