Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@varsityvibe/api-client

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@varsityvibe/api-client - npm Package Compare versions

Comparing version
1.3.32
to
1.3.33
+1
-1
package.json
{
"name": "@varsityvibe/api-client",
"description": "API client for the Varsity Vibe web and mobile apps",
"version": "1.3.32",
"version": "1.3.33",
"author": "Tiaan du Plessis <tiaanduplessis@hotmail.com>",

@@ -6,0 +6,0 @@ "type": "module",

@@ -45,3 +45,7 @@ import client from '../utils/fetch-client'

return client.get(url)
},
getMerchantDetails (merchantId, config = {}) {
return client.get(`/v3/merchant/${merchantId}/offers `, config)
}
}