Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yuan-alex/spotify.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yuan-alex/spotify.js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.d.ts

@@ -6,3 +6,3 @@ /// <reference types="spotify-api" />

clientSecret?: string;
accessToken: string;
accessToken?: string;
refreshToken?: string;

@@ -17,3 +17,3 @@ scope?: string;

private clientSecret?;
private accessToken;
private accessToken?;
private refreshToken?;

@@ -20,0 +20,0 @@ private scope?;

{
"name": "@yuan-alex/spotify.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Yet another JS client for the Spotify API.",

@@ -5,0 +5,0 @@ "author": "Alex Yuan",

# spotify.js
Yet another Spotify API client in Javascript. Typescript is supported with `@types/spotfiy-api` installed.
Yet another Spotify API client in Javascript. Typescript is supported with `@types/spotify-api` installed.
### Installation
`yarn install @yuan-alex/spotify.js`
Optional Typescript types
`yarn install @types/spotify-api -D`
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