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

graphql-mini-transforms

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mini-transforms - npm Package Compare versions

Comparing version 0.0.0-snapshot-20221129214725 to 0.0.0-snapshot-20221129224804

8

build/ts/document.d.ts

@@ -10,9 +10,3 @@ import { DocumentNode as UntypedDocumentNode } from 'graphql';

};
export declare function toSimpleDocument<Data extends {
[key: string]: unknown;
}, Variables extends {
[key: string]: unknown;
}, DeepPartial extends {
[key: string]: unknown;
}>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>;
export declare function toSimpleDocument<Data extends {}, Variables extends {}, DeepPartial extends {}>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>;
//# sourceMappingURL=document.d.ts.map

2

package.json
{
"name": "graphql-mini-transforms",
"version": "0.0.0-snapshot-20221129214725",
"version": "0.0.0-snapshot-20221129224804",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Transformers for importing .graphql files in various build tools.",

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