New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@prisma/generator-helper

Package Overview
Dependencies
Maintainers
3
Versions
8946
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/generator-helper - npm Package Compare versions

Comparing version 6.3.0-integration-engines-6-3-0-2-integration-sql-nested-transactions5-9a074425ccc05b5ec12b88ec141ba5dea21472b7.2 to 6.3.0-integration-engines-6-3-0-5-integration-5-22-0-with-simplified-typeinfo-c41bc6f8547cc09d234cba92f0f78c0f8fd70b34.1

4

dist/types.d.ts

@@ -56,4 +56,4 @@ import type { DMMF } from './dmmf';

}
export type ConnectorType = 'mysql' | 'mongodb' | 'sqlite' | 'postgresql' | 'postgres' | 'sqlserver' | 'cockroachdb';
export type ActiveConnectorType = Exclude<ConnectorType, 'postgres'>;
export type ConnectorType = 'mysql' | 'mongodb' | 'sqlite' | 'postgresql' | 'postgres' | 'prisma+postgres' | 'sqlserver' | 'cockroachdb';
export type ActiveConnectorType = Exclude<ConnectorType, 'postgres' | 'prisma+postgres'>;
export interface DataSource {

@@ -60,0 +60,0 @@ name: string;

{
"name": "@prisma/generator-helper",
"version": "6.3.0-integration-engines-6-3-0-2-integration-sql-nested-transactions5-9a074425ccc05b5ec12b88ec141ba5dea21472b7.2",
"version": "6.3.0-integration-engines-6-3-0-5-integration-5-22-0-with-simplified-typeinfo-c41bc6f8547cc09d234cba92f0f78c0f8fd70b34.1",
"description": "This package is intended for Prisma's internal use",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"dependencies": {
"@prisma/debug": "6.3.0-integration-engines-6-3-0-2-integration-sql-nested-transactions5-9a074425ccc05b5ec12b88ec141ba5dea21472b7.2"
"@prisma/debug": "6.3.0-integration-engines-6-3-0-5-integration-5-22-0-with-simplified-typeinfo-c41bc6f8547cc09d234cba92f0f78c0f8fd70b34.1"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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