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

cordova-spotify-oauth

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-spotify-oauth - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"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

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