Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deepstructure/tenant-db

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepstructure/tenant-db - npm Package Compare versions

Comparing version 1.0.1 to 1.0.5

src/apps.ts

17

package.json
{
"name": "@deepstructure/tenant-db",
"version": "1.0.1",
"version": "1.0.5",
"access": "public",
"license": "UNLICENSED",

@@ -12,13 +13,16 @@ "type": "module",

],
"exports": {
".": "./src/index.js"
},
"devDependencies": {
"@prisma/client": "5.9.1",
"@types/node": "^20.11.17",
"jiti": "^1.21.6",
"prisma": "5.9.1",
"supabase": "^1.163.2",
"typescript": "^5.3.3",
"@ds/tsconfig": "0.0.1"
"@ds/tsconfig": "1.0.5"
},
"dependencies": {
"@supabase/postgrest-js": "^1.16.1"
"@prisma/client": "5.9.1",
"@supabase/postgrest-js": "^1.16.1",
"prisma": "5.9.1"
},

@@ -31,4 +35,5 @@ "scripts": {

"studio": "prisma studio",
"seed": "jiti prisma/seed.ts"
"seed": "jiti prisma/seed.ts",
"migration:validate": "jiti scripts/validate-migrations.ts"
}
}
export * from "./database.types";
export { createPostgrestClient } from "./client";
export {
getApplications,
getLatestApplicationDeployments,
getApplicationById,
} from "./apps";
export { getDeploymentJson } from "./deployment";
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc