You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

shopify-admin-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-admin-api - npm Package Compare versions

Comparing version

to
2.16.5

2

dist/interfaces/refund.d.ts

@@ -34,3 +34,3 @@ import { ShopifyObject } from "./base";

*/
refund_line_items: RefundLineItem;
refund_line_items: RefundLineItem[];
/**

@@ -37,0 +37,0 @@ * Whether to add the line items back to the store's inventory.

@@ -35,3 +35,3 @@ import { ShopifyObject } from "./base";

*/
refund_line_items: RefundLineItem;
refund_line_items: RefundLineItem[];
/**

@@ -38,0 +38,0 @@ * Whether to add the line items back to the store's inventory.

{
"name": "shopify-admin-api",
"version": "2.16.4",
"version": "2.16.5",
"description": "Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.",

@@ -54,3 +54,3 @@ "main": "dist/index.js",

"@types/jsuri": "^1.3.30",
"@types/node": "^14.14.25",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",

@@ -60,3 +60,3 @@ "@types/url-join": "^4.0.0",

"barrelsby": "^2.2.0",
"concurrently": "^5.3.0",
"concurrently": "^6.0.0",
"glob": "^7.1.6",

@@ -69,3 +69,3 @@ "logspect": "^1.3.1",

"tslint": "^6.1.3",
"typescript": "^4.1.4"
"typescript": "^4.1.5"
},

@@ -72,0 +72,0 @@ "scripts": {