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-20221129224804 to 0.0.0-snapshot-20230123195733

build/cjs/esbuild-plugin.js

2

build/ts/document.d.ts

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

};
export declare function toSimpleDocument<Data extends {}, Variables extends {}, DeepPartial extends {}>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>;
export declare function toSimpleDocument<Data, Variables, DeepPartial>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>;
//# sourceMappingURL=document.d.ts.map
{
"name": "graphql-mini-transforms",
"version": "0.0.0-snapshot-20221129224804",
"version": "0.0.0-snapshot-20230123195733",
"license": "MIT",

@@ -49,2 +49,3 @@ "description": "Transformers for importing .graphql files in various build tools.",

"devDependencies": {
"esbuild": "*",
"@types/common-tags": "^1.8.0",

@@ -51,0 +52,0 @@ "common-tags": "^1.8.0",

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