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

apollo-server-types

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-types - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

2

dist/index.d.ts
import type { Request, Response } from 'apollo-server-env';
import type { GraphQLSchema, ValidationContext, ASTVisitor, GraphQLFormattedError, OperationDefinitionNode, DocumentNode, GraphQLError, GraphQLResolveInfo, GraphQLCompositeType } from 'graphql';
import type { KeyValueCache } from 'apollo-server-caching';
import type { KeyValueCache } from '@apollo/utils.keyvaluecache';
import type { Trace } from 'apollo-reporting-protobuf';

@@ -5,0 +5,0 @@ import type { Logger } from '@apollo/utils.logger';

{
"name": "apollo-server-types",
"version": "3.6.0",
"version": "3.6.1",
"description": "Apollo Server shared types",

@@ -14,5 +14,5 @@ "main": "dist/index.js",

"dependencies": {
"@apollo/utils.keyvaluecache": "^1.0.1",
"@apollo/utils.logger": "^1.0.0",
"apollo-reporting-protobuf": "^3.3.1",
"apollo-server-caching": "^3.3.0",
"apollo-server-env": "^4.2.1"

@@ -23,3 +23,3 @@ },

},
"gitHead": "c072d9f9a32ee67f4fd8f717cbbff6fe59a3be4e"
"gitHead": "36ecbb116cef0b8b62b3ee3b557c4db8c975a406"
}

@@ -15,3 +15,3 @@ import type { Request, Response } from 'apollo-server-env';

// This seems like it could live in this package too.
import type { KeyValueCache } from 'apollo-server-caching';
import type { KeyValueCache } from '@apollo/utils.keyvaluecache';
import type { Trace } from 'apollo-reporting-protobuf';

@@ -18,0 +18,0 @@ import type { Logger } from '@apollo/utils.logger';

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