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

@graphql-inspector/core

Package Overview
Dependencies
Maintainers
1
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/core - npm Package Compare versions

Comparing version 1.18.1 to 1.19.0-alpha.0

2

dist/coverage/index.js

@@ -28,3 +28,3 @@ "use strict";

var type = typeMap[typename];
if (graphql_1.isObjectType(type)) {
if (graphql_1.isObjectType(type) || graphql_1.isInterfaceType(type)) {
var typeCoverage = {

@@ -31,0 +31,0 @@ hits: 0,

{
"name": "@graphql-inspector/core",
"version": "1.18.1",
"version": "1.19.0-alpha.0",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",

@@ -37,8 +37,8 @@ "keywords": [

"@types/graphql": "14.2.0",
"@types/jest": "24.0.11",
"@types/jest": "24.0.13",
"graphql-tag": "2.10.1",
"jest": "24.7.1",
"jest": "24.8.0",
"ts-jest": "24.0.2",
"typescript": "3.4.4"
"typescript": "3.4.5"
}
}

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