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-20220830162605 to 0.0.0-snapshot-20221129214725

8

build/ts/document.d.ts

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

};
export declare function toSimpleDocument<Data, Variables, DeepPartial>(document: DocumentNode<Data, Variables, DeepPartial>): SimpleDocument<Data, Variables, DeepPartial>;
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>;
//# sourceMappingURL=document.d.ts.map

6

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

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

"graphql": ">=14.5.0 <16.0.0",
"graphql-typed": "^0.0.0-snapshot-20220830162605"
"graphql-typed": "^2.0.1"
},

@@ -88,3 +88,3 @@ "devDependencies": {

"types": "./build/ts/jest-simple.d.ts",
"default": "./build/ts/jest-simple.d.ts"
"default": "./jest-simple.js"
},

@@ -91,0 +91,0 @@ "./webpack-loader": {

@@ -12,3 +12,3 @@ # `graphql-mini-transforms`

```bash
$ yarn add graphql-mini-transforms
yarn add graphql-mini-transforms
```

@@ -15,0 +15,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