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

@magidoc/plugin-reverse-schema-mapper

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/plugin-reverse-schema-mapper - npm Package Compare versions

Comparing version 5.0.3 to 6.0.0

2

build/createReverseMapping.d.ts

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

import { GraphQLSchema } from 'graphql';
import { type GraphQLSchema } from 'graphql';
import { ReverseGraphQLSchemaMapping } from './reverseMapping';
export declare function createReverseMapping(schema: GraphQLSchema): ReverseGraphQLSchemaMapping;

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

import { GraphQLNamedType } from 'graphql';
import { TypeReverseMapping } from './reverseUsage';
import type { GraphQLNamedType } from 'graphql';
import type { TypeReverseMapping } from './reverseUsage';
export declare class ReverseGraphQLSchemaMapping {

@@ -4,0 +4,0 @@ private mapping;

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

import { GraphQLArgument, GraphQLField, GraphQLNamedType, GraphQLObjectType, GraphQLUnionType } from 'graphql';
import type { GraphQLArgument, GraphQLField, GraphQLNamedType, GraphQLObjectType, GraphQLUnionType } from 'graphql';
export type TypeReverseMapping = {

@@ -3,0 +3,0 @@ /**

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

"private": false,
"version": "5.0.3",
"version": "6.0.0",
"type": "module",

@@ -24,14 +24,14 @@ "license": "MIT",

"dependencies": {
"graphql": "^16.8.1"
"graphql": "16.9.0"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.6.0",
"rollup": "^4.17.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
"@types/node": "20.14.8",
"@vitest/coverage-v8": "1.6.0",
"rollup": "4.18.0",
"typescript": "5.5.2",
"vite": "5.3.1",
"vitest": "1.6.0"
},
"peerDependencies": {
"graphql": "^16.8.1"
"graphql": "16.8.1"
},

@@ -38,0 +38,0 @@ "files": [

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