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

apollo-server-errors

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-errors - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hasPersistedQueryError = exports.formatApolloErrors = exports.UserInputError = exports.PersistedQueryNotSupportedError = exports.PersistedQueryNotFoundError = exports.ForbiddenError = exports.AuthenticationError = exports.ValidationError = exports.SyntaxError = exports.fromGraphQLError = exports.toApolloError = exports.ApolloError = void 0;
const graphql_1 = require("graphql");

@@ -4,0 +5,0 @@ class ApolloError extends Error {

9

package.json
{
"name": "apollo-server-errors",
"version": "2.4.1",
"author": "opensource@apollographql.com",
"version": "2.4.2",
"author": "Apollo <opensource@apollographql.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-errors"
"url": "https://github.com/apollographql/apollo-server",
"directory": "packages/apollo-server-errors"
},

@@ -22,3 +23,3 @@ "homepage": "https://github.com/apollographql/apollo-server#readme",

},
"gitHead": "71a3863f59f4ab2c9052c316479d94c6708c4309"
"gitHead": "8cfc947ed56fa3f32b82b32b4bcca53470712984"
}

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