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.2 to 0.2.3

lib/TreeOperations/interface.d.ts

1

lib/index.d.ts

@@ -5,1 +5,2 @@ export * from "./TreeToGraphQL";

export * from "./shared/index";
export * from "./TreeOperations/tree";

@@ -21,1 +21,2 @@ "use strict";

__exportStar(require("./shared/index"), exports);
__exportStar(require("./TreeOperations/tree"), exports);

2

lib/shared/index.js

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

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

@@ -47,0 +47,0 @@ };

{
"name": "graphql-js-tree",
"version": "0.2.2",
"version": "0.2.3",
"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