Socket
Socket
Sign inDemoInstall

apple-music-token-node

Package Overview
Dependencies
16
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "apple-music-token-node",
"version": "1.1.0",
"version": "1.1.1",
"description": "generate developer tokens for the apple music api in node, with a CLI mode for development.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,1 +33,21 @@ ## apple music token generator for node

```
### cli mode
cli mode to help generate quick tokens during development. for this, install globally:
```
npm i -g apple-music-token-node
```
then you can run
```
amtn
```
and it will prompt you for the data needed to generate your developer token.
(prints to the console).
![Data entered correctly:](https://i.imgur.com/Z9yXFte.png)
![Basic file path suggestion for incorrect entries:](https://i.imgur.com/nUunmcI.png)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc