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
3
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 2.0.4 to 2.0.5

8

dist/routes/jobs.js

@@ -24,15 +24,15 @@ const crud = require('../utils/crud');

approve(id, config = {}) {
return instance.post(`${baseRoute}/${id}/'approve'`, config).then(getData(config.raw));
return instance.post(`${baseRoute}/${id}/approve`, config).then(getData(config.raw));
},
decline(id, config = {}) {
return instance.post(`${baseRoute}/${id}/'decline'`, config).then(getData(config.raw));
return instance.post(`${baseRoute}/${id}/decline`, config).then(getData(config.raw));
},
cancel(id, config = {}) {
return instance.post(`${baseRoute}/${id}/'cancel'`, config).then(getData(config.raw));
return instance.post(`${baseRoute}/${id}/cancel`, config).then(getData(config.raw));
},
request(id, config = {}) {
return instance.post(`${baseRoute}/${id}/'request'`, config).then(getData(config.raw));
return instance.post(`${baseRoute}/${id}/request`, config).then(getData(config.raw));
}

@@ -39,0 +39,0 @@

{
"name": "@radio-retail/api-client",
"description": "Radio Retail API client",
"version": "2.0.4",
"version": "2.0.5",
"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