Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphitation/graphql-codegen-supermassive-schema-extraction-plugin

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/graphql-codegen-supermassive-schema-extraction-plugin - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

lib/index.js.map

13

CHANGELOG.md
# Change Log - @graphitation/graphql-codegen-supermassive-schema-extraction-plugin
This log was last generated on Tue, 18 Apr 2023 13:35:58 GMT and should not be manually modified.
This log was last generated on Tue, 20 Jun 2023 11:38:28 GMT and should not be manually modified.
<!-- Start content -->
## 1.2.0
Tue, 20 Jun 2023 11:38:28 GMT
### Minor changes
- Bump TS version in dev, move TS to peerDep (mnovikov@microsoft.com)
- Bump @graphitation/supermassive-extractors to v2.2.0
## 1.1.3
Tue, 18 Apr 2023 13:35:58 GMT
Tue, 18 Apr 2023 13:36:20 GMT

@@ -11,0 +20,0 @@ ### Patches

2

lib/index.d.ts
import { PluginValidateFn, PluginFunction } from "@graphql-codegen/plugin-helpers";
import { RawClientSideBasePluginConfig } from "@graphql-codegen/visitor-plugin-common";
declare type PluginConfig = RawClientSideBasePluginConfig & {
type PluginConfig = RawClientSideBasePluginConfig & {
files: string[];

@@ -5,0 +5,0 @@ };

{
"name": "@graphitation/graphql-codegen-supermassive-schema-extraction-plugin",
"license": "MIT",
"version": "1.1.3",
"version": "1.2.0",
"main": "./lib/index",

@@ -20,10 +20,11 @@ "repository": {

"@types/jest": "^26.0.22",
"monorepo-scripts": "*"
"monorepo-scripts": "*",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2"
"@graphql-codegen/plugin-helpers": ">= 1.18.0 < 2",
"typescript": "^4.3.0"
},
"dependencies": {
"@graphitation/supermassive-extractors": "^2.1.0",
"typescript": "^4.4.3 <4.5.0",
"@graphitation/supermassive-extractors": "^2.2.0",
"graphql": "^15.0.0"

@@ -30,0 +31,0 @@ },

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