Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@radio-retail/api-client

Package Overview
Dependencies
Maintainers
2
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radio-retail/api-client - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

5

dist/routes/clients.js

@@ -6,2 +6,3 @@ const getData = require('../utils/get-raw-data');

const baseRoute = '/v2/clients';
const contactsBaseRoute = '/v2/contacts';

@@ -38,5 +39,5 @@ module.exports = function (instance) {

// Contacts
getContacts(clientId, params, config = {}) {
getContacts(contactId, params, config = {}) {
config.params = params;
return instance.get(`${baseRoute}/${clientId}/contacts`, config).then(getData(config.raw));
return instance.get(`${contactsBaseRoute}/${contactId}`, config).then(getData(config.raw));
},

@@ -43,0 +44,0 @@

2

package.json
{
"name": "@radio-retail/api-client",
"description": "Radio Retail API client",
"version": "1.0.18",
"version": "1.0.19",
"main": "dist/index.js",

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

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