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

@graphitation/supermassive

Package Overview
Dependencies
Maintainers
4
Versions
112
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 0.5.1 to 0.5.2

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Tue, 18 Jan 2022 12:29:09 GMT",
"date": "Wed, 19 Jan 2022 13:39:48 GMT",
"tag": "@graphitation/supermassive_v0.5.2",
"version": "0.5.2",
"comments": {
"patch": [
{
"author": "jakubvejr@microsoft.com",
"package": "@graphitation/supermassive",
"commit": "bbcd6d2d5fe95073e9bea820f92298f397edda26",
"comment": "Export AST types"
}
]
}
},
{
"date": "Tue, 18 Jan 2022 12:29:14 GMT",
"tag": "@graphitation/supermassive_v0.5.1",

@@ -8,0 +23,0 @@ "version": "0.5.1",

# Change Log - @graphitation/supermassive
This log was last generated on Tue, 18 Jan 2022 12:29:09 GMT and should not be manually modified.
This log was last generated on Wed, 19 Jan 2022 13:39:48 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.2
Wed, 19 Jan 2022 13:39:48 GMT
### Patches
- Export AST types (jakubvejr@microsoft.com)
## 0.5.1
Tue, 18 Jan 2022 12:29:09 GMT
Tue, 18 Jan 2022 12:29:14 GMT

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

2

lib/index.d.ts

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

export { annotateDocumentGraphQLTransform } from "./transforms/annotateDocumentGraphQLTransform";
export type { DocumentNode } from "./ast/TypedAST";
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
{
"name": "@graphitation/supermassive",
"license": "MIT",
"version": "0.5.1",
"version": "0.5.2",
"bin": {

@@ -6,0 +6,0 @@ "supermassive": "./bin/supermassive.js"

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