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.5 to 2.10.6

26

shopify-buy/index.d.ts

@@ -36,3 +36,3 @@ // Type definitions for shopify-buy 2.10

storefrontAccessToken: string;
language?: string;
language?: string | undefined;
}

@@ -115,7 +115,7 @@

sortBy: string;
after?: string;
before?: string;
first?: number;
last?: number;
reverse?: boolean;
after?: string | undefined;
before?: string | undefined;
first?: number | undefined;
last?: number | undefined;
reverse?: boolean | undefined;
}

@@ -394,3 +394,3 @@

quantity: number;
customAttributes?: CustomAttribute[];
customAttributes?: CustomAttribute[] | undefined;
}

@@ -421,7 +421,7 @@

export interface AttributeInput {
key?: string;
value?: string;
id?: string | number;
quantity?: number;
variantId?: string;
key?: string | undefined;
value?: string | undefined;
id?: string | number | undefined;
quantity?: number | undefined;
variantId?: string | undefined;
}

@@ -485,3 +485,3 @@

attrs?: any;
onlineStoreUrl?: string;
onlineStoreUrl?: string | undefined;
}

@@ -488,0 +488,0 @@ }

{
"name": "@types/shopify-buy",
"version": "2.10.5",
"version": "2.10.6",
"description": "TypeScript definitions for shopify-buy",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shopify-buy",
"license": "MIT",

@@ -47,4 +48,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "876d78c54e6944b48794e2fec9c090ad9a865882586758c1f330591ca351c923",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "0ea1375026d61eeb9929bf8fab59249077512ffe7edc7b3fc7ba19258ce76399",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Thu, 14 Jan 2021 22:03:19 GMT
* Last updated: Tue, 06 Jul 2021 16:34:43 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