disconnect
Advanced tools
Comparing version 0.6.7 to 0.6.8
@@ -0,1 +1,6 @@ | ||
0.6.8 / 2015-11-06 | ||
================== | ||
* Dependency updates | ||
* Fixed a minor bug in `DiscogsClient.authenticated()` | ||
0.6.7 / 2015-09-15 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -79,3 +79,3 @@ 'use strict'; | ||
level = level||0; | ||
return (this.auth && (this.auth.level > 0) && (this.auth.level >= level)); | ||
return (!(typeof this.auth === 'undefined') && (this.auth.level > 0) && (this.auth.level >= level)); | ||
}; | ||
@@ -82,0 +82,0 @@ |
{ | ||
"name": "disconnect", | ||
"description": "A full featured Discogs API v2.0 client library", | ||
"version": "0.6.7", | ||
"version": "0.6.8", | ||
"keywords": ["discogs", "api", "client", "oauth"], | ||
@@ -22,6 +22,6 @@ "homepage": "https://github.com/bartve/disconnect", | ||
"dependencies": { | ||
"oauth-1.0a": "0.2.x" | ||
"oauth-1.0a": "1.x.x" | ||
}, | ||
"devDependencies": { | ||
"nock": "^0.48.1", | ||
"nock": "2.x.x", | ||
"wru": "0.2.x" | ||
@@ -28,0 +28,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
52556
+ Addedoauth-1.0a@1.0.1(transitive)
- Removedoauth-1.0a@0.2.1(transitive)
Updatedoauth-1.0a@1.x.x