New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 6.0.16 to 6.0.17

6

dist/routes/schedules.js

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

unscheduleMedia(body, config) {
unscheduleMedia(body, config = {}) {
return instance.post(`${baseRoute}/media/unschedule`, body).then(getData(config.raw));
},
scheduleMedia(id, config = {}) {
return instance.post(`${baseRoute}/media/${id}/schedule`).then(getData(config.raw));
},
mediaPostComment(mediaId, body = {}, config = {}) {

@@ -17,0 +21,0 @@ return instance.post(`${baseRoute}/media/${mediaId}/comments`, body).then(getData(config.raw));

2

package.json
{
"name": "@radio-retail/api-client",
"description": "Radio Retail API client",
"version": "6.0.16",
"version": "6.0.17",
"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