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 7.3.0 to 7.3.1

2

dist/utils/methods.js

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

uploadMedia(productionId, type, body = {}, config = {}, extractNestedData = true) {
return instance.post(`${baseRoute}/upload?productionId=${productionId}&type=${type}`, config).then(getData(config.raw));
return instance.post(`${baseRoute}/upload?productionId=${productionId}&type=${type}`, body).then(getData(config.raw));
}

@@ -83,0 +83,0 @@

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