Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-schema-modular

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-schema-modular - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

dist/index.d.ts

@@ -23,2 +23,6 @@ /**

export declare function Subscription(name: String): (target: any, methodName: any, descriptor: any) => void;
export declare function getSchema(moduleDir: any): Promise<{}>;
export interface SchemaResult {
typeDefs: any;
resolvers: any;
}
export declare function getSchema(moduleDir: any): Promise<SchemaResult>;

3

package.json
{
"name": "graphql-schema-modular",
"version": "0.0.4",
"version": "0.0.5",
"description": "Make organizing graphql schema modules easier",

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

"scripts": {
"prepublish": "npm run compile",
"compile": "tsc --project ."
}
}

Sorry, the diff of this file is not supported yet

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