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
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 4.1.1 to 4.1.2

2

dist/routes/divisions.js

@@ -1,2 +0,2 @@

const getData = require('../utils/get-raw-data');
const methods = require('../utils/methods');

@@ -3,0 +3,0 @@ const baseRoute = '/v2/divisions';

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

config.params = params;
return instance.get(`${baseRoute}/${id}/count`, config).then(getData(config.raw));
return instance.get(`${baseRoute}/count`, config).then(getData(config.raw));
},

@@ -52,3 +52,3 @@

config.params = params;
return instance.get(`${baseRoute}/${id}/counts`, config).then(getData(config.raw));
return instance.get(`${baseRoute}/counts`, config).then(getData(config.raw));
},

@@ -55,0 +55,0 @@

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