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
420
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 0.7.0 to 0.7.1

5

dist/validate/index.js

@@ -21,3 +21,6 @@ "use strict";

// but should be enough for now
graphql_1.parse("\n " + doc.source.body + "\n\n " + fragments.map(graphql_1.print).join('\n\n') + "\n "));
graphql_1.parse("\n " + doc.source.body + "\n\n " + fragments
.filter(function (f) { return doc.source.body.indexOf("fragment " + f.name.value + " on"); })
.map(graphql_1.print)
.join('\n\n') + "\n "));
var deprecated = graphql_2.findDeprecatedUsages(schema, graphql_1.parse(doc.source.body));

@@ -24,0 +27,0 @@ if (errors || deprecated) {

2

package.json
{
"name": "@graphql-inspector/core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",

@@ -5,0 +5,0 @@ "keywords": [

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