cordova-spotify-oauth
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cordova-spotify-oauth", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Cordova plugin for authenticating with Spotify", | ||
@@ -5,0 +5,0 @@ "main": "www/build/spotify-oauth.min.js", |
@@ -67,3 +67,3 @@ import 'whatwg-fetch'; | ||
* When it is invoked again, it will first check whether the cached access | ||
* token is still valid (including a 5min safety margin), and return it | ||
* token is still valid (including a configurable safety margin), and return it | ||
* directly if that is the case. Otherwise, the method will transparently | ||
@@ -135,2 +135,4 @@ * refresh the token and return that. | ||
cfg.redirectUrl, | ||
cfg.tokenExchangeUrl, | ||
cfg.tokenRefreshUrl, | ||
cfg.scopes | ||
@@ -137,0 +139,0 @@ ]) |
@@ -35,3 +35,3 @@ const TypeDocPlugin = require('typedoc-webpack-plugin'); | ||
name: "Cordova Spotify OAuth Plugin", | ||
mode: 'module', | ||
mode: 'file', | ||
readme: 'none', | ||
@@ -38,0 +38,0 @@ target: 'ES6' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
146270
406