Socket
Socket
Sign inDemoInstall

simple-graphql

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-graphql - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

dist/build/applyPluginsToModels.d.ts
import { PluginConfig, PluginOptionsMap, SGModelCtrl } from '../Definition';
declare const _default: (models: Array<SGModelCtrl>, plugins: Array<PluginConfig>, defaultOptions: PluginOptionsMap) => {
[key: string]: SGModelCtrl<any>;
[key: string]: SGModelCtrl<import("../Definition").SGModel<any>>;
};
export default _default;

@@ -33,4 +33,4 @@ import { GraphQLFieldResolver, GraphQLInputType, GraphQLInterfaceType, GraphQLOutputType, GraphQLResolveInfo } from 'graphql';

}
export declare type SGModelCtrl<TModelAttributes extends {} = any> = typeof SGModel & {
new (): SGModel<TModelAttributes>;
export declare type SGModelCtrl<T extends SGModel = SGModel> = typeof SGModel & {
new (): T;
} & SGModelStatic;

@@ -37,0 +37,0 @@ export declare abstract class SGService {

{
"name": "simple-graphql",
"version": "4.0.3",
"version": "4.0.4",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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