Socket
Socket
Sign inDemoInstall

@fruits-chain/qiufen-pro-graphql-mock

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fruits-chain/qiufen-pro-graphql-mock - npm Package Compare versions

Comparing version 0.0.4-beta to 0.0.5-beta

13

dist/types.d.ts

@@ -0,1 +1,4 @@

import * as _apollo_server from '@apollo/server';
import { ApolloServer } from '@apollo/server';
interface GraphqlKitConfig {

@@ -29,5 +32,11 @@ /** your qiufen service port */

declare function executeQiufenMockingServer(): Promise<string>;
declare function startMockingServer(qiufenConfigs: GraphqlKitConfig): Promise<string>;
declare function executeQiufenMockingServer(): Promise<{
url: string;
server: ApolloServer<_apollo_server.BaseContext>;
}>;
declare function startMockingServer(qiufenConfigs: GraphqlKitConfig): Promise<{
url: string;
server: ApolloServer<_apollo_server.BaseContext>;
}>;
export { GraphqlKitConfig, MockConfig, PlaygroundConfig, SchemaPolicy, ServiceConfig, executeQiufenMockingServer, startMockingServer };

4

package.json
{
"name": "@fruits-chain/qiufen-pro-graphql-mock",
"version": "0.0.4beta",
"version": "0.0.5beta",
"description": "Mocking graphql schema capabilities",

@@ -33,3 +33,3 @@ "main": "dist/index.cjs",

"@graphql-tools/schema": "^10.0.0",
"@fruits-chain/qiufen-pro-helpers": "^0.0.4beta"
"@fruits-chain/qiufen-pro-helpers": "^0.0.5beta"
},

@@ -36,0 +36,0 @@ "publishConfig": {

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