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

graphql-codegen-typescript-react-apollo-named

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-typescript-react-apollo-named - npm Package Compare versions

Comparing version 0.15.1-rc4 to 0.15.1-rc5

2

dist/index.d.ts

@@ -6,6 +6,8 @@ import { PluginFunction, PluginValidateFn } from 'graphql-codegen-core';

noGraphqlTag?: boolean;
noReactApollo?: boolean;
noNamespaces?: boolean;
noHOC?: boolean;
noDocument?: boolean;
}
export declare const plugin: PluginFunction<Config>;
export declare const validate: PluginValidateFn<any>;

2

package.json

@@ -56,3 +56,3 @@ {

"typings": "dist/index.d.ts",
"version": "0.15.1-rc4"
"version": "0.15.1-rc5"
}

@@ -5,2 +5,4 @@ This is a modified version of the original graphql-codegen-react-apollo plugin.

- HOC and Props generation is changed to fit our needs.
Basic changes:
- works together with or without the typescript-react-apollo plugin
- all HOCs have a custom operationOptions' name property matching the mutation name

Sorry, the diff of this file is not supported yet

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