@clarityhub/harmony-server
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@clarityhub/harmony-server", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -1,2 +0,2 @@ | ||
module.exports = class Auth { | ||
class Auth { | ||
constructor({ id }) { | ||
@@ -11,2 +11,3 @@ this.id = id; | ||
module.exports = Auth; | ||
module.exports.NoAuth = new Auth({ id: -1 }); |
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
4186
122