Socket
Socket
Sign inDemoInstall

graphql-js-tree

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-js-tree - npm Package Compare versions

Comparing version 0.2.8 to 0.3.0

3

lib/shared/index.js

@@ -16,2 +16,3 @@ "use strict";

const Models_1 = require("../Models");
const shared_1 = require("../TreeOperations/shared");
const getTypeName = (f) => {

@@ -56,3 +57,3 @@ if (f.type === Models_1.Options.name) {

const generateNodeId = (name, dataType, args) => {
const s = [name, dataType, args.map((a) => a.id).join('-')].join('-');
const s = [name, dataType, (0, shared_1.isExtensionNode)(dataType) ? args.map((a) => a.id).join('-') : ''].join('-');
return cyrb53(s);

@@ -59,0 +60,0 @@ };

{
"name": "graphql-js-tree",
"version": "0.2.8",
"version": "0.3.0",
"private": false,

@@ -5,0 +5,0 @@ "license": "MIT",

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