Socket
Socket
Sign inDemoInstall

@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.6.0 to 0.6.1

3

dist/similar/index.js

@@ -46,3 +46,4 @@ "use strict";

.filter(function (r) { return r.rating >= threshold && r.target !== result.bestMatch.target; })
.sort(function (a, b) { return a.rating + b.rating; }),
.sort(function (a, b) { return a.rating - b.rating; })
.reverse(),
};

@@ -49,0 +50,0 @@ }

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

@@ -39,4 +39,3 @@ "keywords": [

"typescript": "3.2.2"
},
"gitHead": "fe924ba07950bf08922c1c8f376df56b164c0aa8"
}
}

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