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

@beamf/graphql-schema-typescript

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beamf/graphql-schema-typescript - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

5

lib/cli.js

@@ -75,2 +75,7 @@ #!/usr/bin/env node

minimizeInterfaceImplementation: true,
resolver: {
contextType: 'GQLContext',
rootValueType: 'GraphqlRootValue',
headerStatements: 'export type GQLContext = any; export type GraphqlRootValue = any;',
},
})];

@@ -77,0 +82,0 @@ case 1:

1

lib/resolvers-generator.js

@@ -50,2 +50,3 @@ "use strict";

this.contextType = options.resolver.contextType;
this.rootValueType = options.resolver.rootValueType;
if (options.resolver.headerStatements) {

@@ -52,0 +53,0 @@ this.importHeader.push(options.resolver.headerStatements);

2

package.json
{
"name": "@beamf/graphql-schema-typescript",
"version": "1.2.4",
"version": "1.2.5",
"description": "Generate TypeScript from GraphQL's schema type definitions",

@@ -5,0 +5,0 @@ "main": "./lib/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