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

@types/shopify-buy

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/shopify-buy - npm Package Compare versions

Comparing version 2.10.9 to 2.10.10

12

shopify-buy/index.d.ts

@@ -284,2 +284,9 @@ // Type definitions for shopify-buy 2.10

export interface CustomAttributeV2 {
customAttributes: {
key: string;
value: string;
}[];
}
export interface Collection {

@@ -332,2 +339,7 @@ handle: string;

completedAt: string | null;
/**
* Get checkout url
*/
webUrl: string;
}

@@ -334,0 +346,0 @@

4

shopify-buy/package.json
{
"name": "@types/shopify-buy",
"version": "2.10.9",
"version": "2.10.10",
"description": "TypeScript definitions for shopify-buy",

@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shopify-buy",

"dependencies": {},
"typesPublisherContentHash": "4d4783e17c0b1b4e2d6f1955d000f67c946b4b6d07739d18215388ecbe310c6b",
"typesPublisherContentHash": "3299d9a1eca8cfc9e46dfc74b08e4d7a35d7fc668c2b8d644c0eacac2bd226a7",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:35:49 GMT
* Last updated: Fri, 28 Jan 2022 19:31:29 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `ShopifyBuy`

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