spotify-node-wrapper
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "spotify-node-wrapper", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "A simplified interface to interact with the Spotify Web API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ # Spotify Node Wrapper | ||
```javascript | ||
const { getSpotifyAccessToken, getAlbum } = require('spotify-node-wrapper'); | ||
import { getSpotifyAccessToken, getAlbum } from 'spotify-node-wrapper'; | ||
``` | ||
@@ -23,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140301