Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.0 to 2.1.0

5

dist/index.d.ts

@@ -57,3 +57,3 @@ export interface Model {

};
export declare type GeneratorsType = 'nexus' | 'nexus-schema' | 'sdl' | 'graphql-modules';
export declare type GeneratorsType = 'nexus' | 'sdl' | 'graphql-modules';
export interface Config {

@@ -88,3 +88,2 @@ schemaFolder?: string;

onDelete?: boolean;
nexusSchema?: boolean;
excludeQueriesAndMutationsByModel: {

@@ -103,2 +102,2 @@ [modelName: string]: QueriesAndMutations[];

}
export declare type Examples = 'apollo-nexus-schema' | 'apollo-sdl-first' | 'nexus' | 'graphql-modules' | 'full-stack-nextjs' | 'full-stack-gatsbyjs';
export declare type Examples = 'apollo-nexus-schema' | 'apollo-sdl-first' | 'graphql-modules' | 'full-stack-nextjs' | 'full-stack-gatsbyjs';

4

package.json
{
"name": "@paljs/types",
"version": "2.0.0",
"version": "2.1.0",
"main": "dist/index.js",

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

],
"gitHead": "6f3b23da948f4d73d640fdc688467dc679ca8ccb"
"gitHead": "00609f5dce9d0bcf20a86e2f9bf324911a515cb9"
}
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