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

mercurius-integration-testing

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mercurius-integration-testing - npm Package Compare versions

Comparing version 8.2.0 to 9.0.0

1

dist/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import type { FastifyInstance } from 'fastify';

@@ -3,0 +2,0 @@ import type { IncomingHttpHeaders } from 'http';

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createMercuriusTestClient = void 0;
exports.createMercuriusTestClient = createMercuriusTestClient;
const cookie_1 = require("cookie");

@@ -210,2 +210,1 @@ const graphql_1 = require("graphql");

}
exports.createMercuriusTestClient = createMercuriusTestClient;

@@ -1,3 +0,1 @@

/// <reference types="node" />
/// <reference types="node" />
import WebSocket from 'ws';

@@ -4,0 +2,0 @@ import type { IncomingHttpHeaders } from 'http';

{
"name": "mercurius-integration-testing",
"version": "8.2.0",
"version": "9.0.0",
"private": false,

@@ -23,6 +23,2 @@ "keywords": [

],
"scripts": {
"prepare": "tsc",
"test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --ts --100"
},
"husky": {

@@ -39,17 +35,17 @@ "hooks": {

"devDependencies": {
"@fastify/cookie": "^8.3.0",
"@mercuriusjs/federation": "^2.0.0",
"@mercuriusjs/gateway": "^1.2.0",
"@fastify/cookie": "^10.0.0",
"@mercuriusjs/federation": "^4.0.0",
"@mercuriusjs/gateway": "^4.0.1",
"@types/cookie": "^0.5.1",
"@types/node": "^14.18.37",
"@types/readable-stream": "^2.3.15",
"@types/tap": "^15.0.8",
"@types/ws": "^8.5.4",
"@types/tap": "^15.0.12",
"@types/ws": "^8.5.12",
"cross-env": "^7.0.3",
"dotenv-cli": "^6.0.0",
"fastify": "^4.16.0",
"fastify": "^5.0.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"mercurius": "^14.0.0",
"mercurius": "^15.0.0",
"mqemitter": "^5.0.0",

@@ -59,4 +55,4 @@ "prettier": "^2.8.4",

"tap": "^16.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},

@@ -66,5 +62,5 @@ "peerDependencies": {

"@mercuriusjs/gateway": "^1.2.0",
"fastify": "^4.0.0",
"fastify": "^4.0.0 || ^5.0.0",
"graphql": "*",
"mercurius": "^12 || ^13 || ^14"
"mercurius": "^12 || ^13 || ^14 || ^15"
},

@@ -79,6 +75,8 @@ "peerDependenciesMeta": {

},
"packageManager": "pnpm@7.32.2",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "cross-env TS_NODE_PROJECT=./test/tsconfig.json tap --ts --100"
}
}
}
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