🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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.3

20

.vscode/settings.json
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"sync-rsync.sites": [
{
"localPath": "/home/jumplink/Projekte/Shopify-Prime/",
"remotePath": "app@the-developer-app.artandcode.studio:/home/app/Shopify-Prime/"
}
],
// "sync-rsync.include": ["**/*"],
"sync-rsync.exclude": [
".git",
".vscode",
"node_modules"
],
"sync-rsync.autoShowOutput": true,
"sync-rsync.notification": true,
"sync-rsync.onSave": true,
"sync-rsync.delete": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}

2

auth/index.ts

@@ -53,3 +53,3 @@ import * as crypto from 'crypto-js';

function getHmacHash(secretKey: string, hashString: string, convertToBase64 = false) {
let hash: string | crypto.WordArray = crypto.HmacSHA256(hashString, secretKey);
let hash: string | crypto.lib.WordArray = crypto.HmacSHA256(hashString, secretKey);

@@ -56,0 +56,0 @@ if (convertToBase64) {

{
"name": "shopify-admin-api",
"version": "2.16.2",
"version": "2.16.3",
"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.",

@@ -43,7 +43,7 @@ "main": "dist/index.js",

"dependencies": {
"@yarnpkg/pnpify": "^2.2.1",
"@yarnpkg/pnpify": "^2.3.3",
"crypto-js": "^4.0.0",
"jsuri": "^1.3.1",
"node-fetch": "^2.6.1",
"p-queue": "^6.6.1",
"p-queue": "^6.6.2",
"tap-bail": "^1.0.0",

@@ -53,5 +53,5 @@ "url-join": "^4.0.1"

"devDependencies": {
"@types/crypto-js": "^3.1.47",
"@types/crypto-js": "^4.0.1",
"@types/jsuri": "^1.3.30",
"@types/node": "^14.11.2",
"@types/node": "^14.14.8",
"@types/node-fetch": "^2.5.7",

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

"tslint": "^6.1.3",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},

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