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 3.7.1 to 3.7.2

16

package.json
{
"name": "@radio-retail/api-client",
"description": "Radio Retail API client",
"version": "3.7.1",
"version": "3.7.2",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"fmt": "prettier --write \"src/**/*.js\"",
"build": "babel src -d dist",
"test": "jest"
"prepare": "npm run build",
"format": "prettier --write \"$PWD/src/**/*.js\"",
"build": "babel src -d dist"
},

@@ -29,10 +28,5 @@ "files": [

"peerDependencies": {
"axios": "^0.19.0"
"axios": "*"
},
"license": "MPL-2.0",
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/setup-tests.js"
]
},
"dependencies": {

@@ -39,0 +33,0 @@ "qs": "^6.9.4"

# @radio-retail/api-client
> Radio Retail API client
## Usage
```js
import api from '@radio-retail/api-client'
```
## Install
This project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com).
```sh
$ npm install @radio-retail/api-client
$ # OR
$ yarn add @radio-retail/api-client
## Publishing
This module uses the [Automated releases for npm packages](https://github.com/marketplace/actions/automated-releases-for-npm-packages) Github action for releasing when pushed to the `master` branch.
### Versioning
- If the string "BREAKING CHANGE" is found anywhere in any of the commit messages or descriptions the major version will be incremented.
- If a commit message begins with the string "feat" then the minor version will be increased. This works for most common commit metadata for feature additions: "feat: new API" and "feature: new API".
- All other changes will increment the patch version.
### FAQS
- What is going on with the `package.json` version? See the [Script does not update package.json issue](https://github.com/mikeal/merge-release/issues/12)
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