github-auth-library
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "github-auth-library", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Node.js SDK for GitHub OAuth and User APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
const GitHubOAuthService = require("./oauth/GitHubOAuthService"); | ||
const GitHubOAuthService = require("./GitHubOAuthService"); | ||
@@ -3,0 +3,0 @@ class GithubAuthLibrary { |
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
2427