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

@paljs/types

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paljs/types - npm Package Compare versions

Comparing version 2.5.4 to 2.8.0

3

dist/index.d.ts

@@ -89,4 +89,5 @@ export interface Model {

excludeQueriesAndMutations: QueriesAndMutations[];
doNotUseFieldUpdateOperationsInput?: boolean;
}
export declare type Query = 'findOne' | 'findFirst' | 'findMany' | 'findCount' | 'aggregate';
export declare type Query = 'findUnique' | 'findFirst' | 'findMany' | 'findCount' | 'aggregate';
export declare type Mutation = 'createOne' | 'updateOne' | 'upsertOne' | 'deleteOne' | 'updateMany' | 'deleteMany';

@@ -93,0 +94,0 @@ export declare type QueriesAndMutations = Query | Mutation;

{
"name": "@paljs/types",
"version": "2.5.4",
"version": "2.8.0",
"main": "dist/index.js",

@@ -33,3 +33,3 @@ "module": "dist/types.esm.js",

],
"gitHead": "0f68be9dae8ccdf88cbf5ecb634775d181f97cd6"
"gitHead": "21446d04af4316b4624558f3c2f49f2e2ff6d4b2"
}
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