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

@shopify/admin-graphql-api-utilities

Package Overview
Dependencies
Maintainers
19
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/admin-graphql-api-utilities - npm Package Compare versions

Comparing version 0.2.4 to 0.2.6

LICENSE.md

4

build/ts/index.d.ts

@@ -13,5 +13,5 @@ interface ParsedGid {

}
export declare function nodesFromEdges<T>(edges: Edge<T>[]): T[];
export declare function keyFromEdges<T, K extends keyof T>(edges: Edge<T>[], key: K): T[K][];
export declare function nodesFromEdges<T>(edges: Array<Edge<T>>): T[];
export declare function keyFromEdges<T, K extends keyof T>(edges: Array<Edge<T>>, key: K): Array<T[K]>;
export {};
//# sourceMappingURL=index.d.ts.map
{
"name": "@shopify/admin-graphql-api-utilities",
"version": "0.2.4",
"version": "0.2.6",
"license": "MIT",

@@ -40,3 +40,4 @@ "description": "A set of utilities to use when consuming Shopify’s admin GraphQL API",

}
}
},
"gitHead": "4324f27f72ae7b1800ec6bde9087af4ed89b3833"
}

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