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

@prisma/accelerate-contract

Package Overview
Dependencies
Maintainers
11
Versions
1194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/accelerate-contract - npm Package Compare versions

Comparing version 5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1 to 5.11.0-integration-feat-prisma-pg-worker.1

12

dist/index.d.ts

@@ -412,7 +412,2 @@ /**

/**
* The metadata of the schema binary encoded into bytes
* @remarks only used for Wasm Query Engine
*/
serializedSchema?: Uint8Array;
/**
* Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-planetscale`.

@@ -619,7 +614,2 @@ * If set, this is only used in the library engine, and all queries would be performed through it,

/**
* The metadata of the schema binary encoded into bytes
* @remarks only used for Wasm Query Engine
*/
serializedSchema?: Uint8Array;
/**
* The contents of the schema encoded into a string

@@ -942,3 +932,3 @@ * @remarks only used for the purpose of data proxy

declare interface QueryEngineConstructor {
new (config: QueryEngineConfig, logger: (log: string) => void, adapter?: ErrorCapturingDriverAdapter, serializedSchema?: Uint8Array): QueryEngineInstance;
new (config: QueryEngineConfig, logger: (log: string) => void, adapter?: ErrorCapturingDriverAdapter): QueryEngineInstance;
}

@@ -945,0 +935,0 @@

4

package.json
{
"name": "@prisma/accelerate-contract",
"version": "5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1",
"version": "5.11.0-integration-feat-prisma-pg-worker.1",
"description": "This package is intended for Prisma's internal use",

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

"devDependencies": {
"@prisma/client": "5.11.0-integration-engines-5-10-0-13-feat-qe-specific-psl-performance2-b9f77ddd4b02a49b324c20b050de9087e29da4ed.1"
"@prisma/client": "5.11.0-integration-feat-prisma-pg-worker.1"
},

@@ -18,0 +18,0 @@ "dependencies": {},

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