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

kapix-graphql-prisma-client

Package Overview
Dependencies
Maintainers
5
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kapix-graphql-prisma-client - npm Package Compare versions

Comparing version 1.0.76 to 1.0.77

10

kapix-graphql-prisma-client.d.ts

@@ -179,7 +179,7 @@

export interface IScalarListStringFilter {
every?: Array<string>
some?: string | Array<string>
every?: Array<Nullable<string>>
some?: Nullable<string> | Array<Nullable<string>>
not?: {
every?: Array<string>
some?: string | Array<string>
every?: Array<Nullable<string>>
some?: Nullable<string> | Array<Nullable<string>>
}

@@ -615,3 +615,3 @@ }

service?: IGraphqlClientService
mockData?: () => Promise<any>
mockData?: () => Promise<{ default: KeyValuePair<Partial<EntityType>> }>
}

@@ -618,0 +618,0 @@

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "1.0.76",
"version": "1.0.77",
"author": "Sparda",

@@ -10,0 +10,0 @@ "license": "LicenseRef-LICENSE",

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