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.4

20

.vscode/settings.json
{
"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,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}

12

package.json
{
"name": "shopify-admin-api",
"version": "2.16.3",
"version": "2.16.4",
"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,3 +43,3 @@ "main": "dist/index.js",

"dependencies": {
"@yarnpkg/pnpify": "^2.3.3",
"@yarnpkg/pnpify": "^2.4.0",
"crypto-js": "^4.0.0",

@@ -55,4 +55,4 @@ "jsuri": "^1.3.1",

"@types/jsuri": "^1.3.30",
"@types/node": "^14.14.8",
"@types/node-fetch": "^2.5.7",
"@types/node": "^14.14.25",
"@types/node-fetch": "^2.5.8",
"@types/url-join": "^4.0.0",

@@ -67,5 +67,5 @@ "alsatian": "^3.2.1",

"tap-spec": "^5.0.0",
"ts-node": "^9.0.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.0.5"
"typescript": "^4.1.4"
},

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