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

to
6.0.12

8

dist/routes/schedules.js

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

return instance.post(`${baseRoute}/media/unschedule`, body).then(getData(config.raw));
},
mediaPostComment(mediaId, body = {}, config = {}) {
return instance.post(`${baseRoute}/media/${mediaId}/comments`, body).then(getData(config.raw));
},
mediaDeleteComment(mediaId, commentId, config = {}) {
return instance.delete(`${baseRoute}/media/${mediaId}/comments/${commentId}`).then(getData(config.raw));
}

@@ -15,0 +23,0 @@

2

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

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