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

@graphitation/supermassive

Package Overview
Dependencies
Maintainers
5
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/supermassive - npm Package Compare versions

Comparing version 1.1.7 to 2.0.0

12

CHANGELOG.md
# Change Log - @graphitation/supermassive
This log was last generated on Thu, 27 Oct 2022 12:54:01 GMT and should not be manually modified.
This log was last generated on Mon, 21 Nov 2022 14:11:53 GMT and should not be manually modified.
<!-- Start content -->
## 2.0.0
Mon, 21 Nov 2022 14:11:53 GMT
### Major changes
- Supermassive split into multiple packages (jakubvejr@microsoft.com)
## 1.1.7
Thu, 27 Oct 2022 12:54:01 GMT
Thu, 27 Oct 2022 12:54:10 GMT

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

3

lib/index.d.ts

@@ -5,3 +5,3 @@ export { executeWithoutSchema } from "./executeWithoutSchema";

export { subscribeWithoutSchema } from "./subscribeWithoutSchema";
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, FunctionFieldResolver, Resolvers, ResolveInfo, } from "./types";
export type { ObjectTypeResolver, InterfaceTypeResolver, UnionTypeResolver, ScalarTypeResolver, EnumTypeResolver, InputObjectTypeResolver, FunctionFieldResolver, Resolvers, UserResolvers, ResolveInfo, } from "./types";
export { addTypesToRequestDocument } from "./ast/addTypesToRequestDocument";

@@ -12,4 +12,3 @@ export { extractImplicitTypes } from "./extractImplicitTypesRuntime";

export type { PromiseOrValue } from "./jsutils/PromiseOrValue";
export { generateTS } from "./codegen/index";
export type { NameNode, DocumentNode, OperationDefinitionNode, VariableDefinitionNode, VariableNode, SelectionSetNode, FieldNode, ArgumentNode, FragmentSpreadNode, InlineFragmentNode, FragmentDefinitionNode, IntValueNode, FloatValueNode, StringValueNode, BooleanValueNode, NullValueNode, EnumValueNode, ListValueNode, ObjectValueNode, ObjectFieldNode, DirectiveNode, NamedTypeNode, ListTypeNode, NonNullTypeNode, SchemaDefinitionNode, OperationTypeDefinitionNode, ScalarTypeDefinitionNode, ObjectTypeDefinitionNode, FieldDefinitionNode, InputValueDefinitionNode, InterfaceTypeDefinitionNode, UnionTypeDefinitionNode, EnumTypeDefinitionNode, EnumValueDefinitionNode, InputObjectTypeDefinitionNode, DirectiveDefinitionNode, SchemaExtensionNode, ScalarTypeExtensionNode, ObjectTypeExtensionNode, InterfaceTypeExtensionNode, UnionTypeExtensionNode, EnumTypeExtensionNode, InputObjectTypeExtensionNode, } from "./ast/TypedAST";
//# sourceMappingURL=index.d.ts.map

@@ -25,3 +25,2 @@ var __defProp = Object.defineProperty;

extractImplicitTypes: () => import_extractImplicitTypesRuntime.extractImplicitTypes,
generateTS: () => import_codegen.generateTS,
specifiedScalars: () => import_values.specifiedScalars,

@@ -40,2 +39,1 @@ subscribeWithSchema: () => import_subscribeWithSchema.subscribeWithSchema,

var import_annotateDocumentGraphQLTransform = require("./transforms/annotateDocumentGraphQLTransform");
var import_codegen = require("./codegen/index");
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "1.1.7",
"bin": {
"supermassive": "./bin/supermassive.js"
},
"version": "2.0.0",
"main": "./lib/index",

@@ -20,3 +17,3 @@ "repository": {

"just": "monorepo-scripts",
"extract-schema": "yarn build && node ./bin/supermassive.js extract-schema ./src/benchmarks/swapi-schema/schema.graphql",
"extract-schema": "yarn build && ts-node --project tsconfig.json ./node_modules/.bin/supermassive extract-schema ./src/benchmarks/swapi-schema/schema.graphql",
"benchmark": "ts-node -T ./src/benchmarks/index.ts"

@@ -26,2 +23,4 @@ },

"@graphitation/graphql-js-tag": "*",
"@graphitation/supermassive-extractors": "*",
"@graphitation/cli": "*",
"@graphql-tools/schema": "^7.1.5",

@@ -41,2 +40,8 @@ "@ts-morph/bootstrap": "^0.11.0",

"access": "public",
"publishConfig": {},
"dependencies": {
"graphql": "^15.6.1"
},
"types": "./lib/index.d.ts",
"module": "./lib/index.mjs",
"exports": {

@@ -46,17 +51,4 @@ ".": {

"require": "./lib/index.js"
},
"./lib/extractors": {
"import": "./lib/extractors/index.mjs",
"require": "./lib/extractors/index.js",
"types": "./lib/extractors/index.d.ts"
}
},
"publishConfig": {},
"dependencies": {
"commander": "^8.3.0",
"graphql": "^15.6.1",
"typescript": "^4.4.3 <4.5.0"
},
"types": "./lib/index.d.ts",
"module": "./lib/index.mjs"
}
}

Sorry, the diff of this file is not supported yet

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