simple-oauth2
Advanced tools
Comparing version 2.0.1 to 2.2.0
# Changelog | ||
## 2.2.0 | ||
* Fix access token expiration properties omission | ||
## 2.1.0 (Not published) | ||
* Ignore access token date properties when not available | ||
## v2.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
const passwordModule = require('./lib/client/password'); | ||
const accessTokenModule = require('./lib/client/access-token'); | ||
const accessTokenModule = require('./lib/access-token'); | ||
const clientCredentialsModule = require('./lib/client/client'); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "simple-oauth2", | ||
"version": "2.0.1", | ||
"version": "2.2.0", | ||
"description": "Node.js client for OAuth2", | ||
@@ -39,2 +39,9 @@ "author": "Andrea Reginato <andrea.reginato@gmail.com>", | ||
}, | ||
"keywords": [ | ||
"oauth2", | ||
"authorization", | ||
"password", | ||
"client", | ||
"credentials" | ||
], | ||
"dependencies": { | ||
@@ -49,12 +56,13 @@ "date-fns": "^1.3.0", | ||
"chance": "^1.0.13", | ||
"chance-access-token": "^1.0.1", | ||
"doctoc": "^1.0.0", | ||
"eslint": "^4.7.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.0.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"lodash": "^4.17.5", | ||
"mocha": "^5.0.1", | ||
"nock": "^9.0.13", | ||
"nyc": "^11.4.1" | ||
"nock": "^9.2.3", | ||
"nyc": "^11.6.0" | ||
}, | ||
"license": "Apache-2.0" | ||
} |
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
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
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
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
165794
35
779
11