@octokit/auth
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -1,6 +0,5 @@ | ||
import { createBasicAuth } from "@octokit/auth-basic"; | ||
import { createAppAuth } from "@octokit/auth-app"; | ||
import { createOAuthAppAuth } from "@octokit/auth-oauth-app"; | ||
import { createTokenAuth } from "@octokit/auth-token"; | ||
import { createActionAuth } from "@octokit/auth-action"; | ||
export { createBasicAuth, createAppAuth, createOAuthAppAuth, createTokenAuth, createActionAuth }; | ||
export { createBasicAuth } from "@octokit/auth-basic"; | ||
export { createAppAuth } from "@octokit/auth-app"; | ||
export { createOAuthAppAuth } from "@octokit/auth-oauth-app"; | ||
export { createTokenAuth } from "@octokit/auth-token"; | ||
export { createActionAuth } from "@octokit/auth-action"; |
@@ -1,6 +0,5 @@ | ||
import { createBasicAuth } from "@octokit/auth-basic"; | ||
import { createAppAuth } from "@octokit/auth-app"; | ||
import { createOAuthAppAuth } from "@octokit/auth-oauth-app"; | ||
import { createTokenAuth } from "@octokit/auth-token"; | ||
import { createActionAuth } from "@octokit/auth-action"; | ||
export { createBasicAuth, createAppAuth, createOAuthAppAuth, createTokenAuth, createActionAuth }; | ||
export { createBasicAuth } from "@octokit/auth-basic"; | ||
export { createAppAuth } from "@octokit/auth-app"; | ||
export { createOAuthAppAuth } from "@octokit/auth-oauth-app"; | ||
export { createTokenAuth } from "@octokit/auth-token"; | ||
export { createActionAuth } from "@octokit/auth-action"; |
{ | ||
"name": "@octokit/auth", | ||
"description": "GitHub API authentication library for browsers and Node.js", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -25,8 +25,9 @@ "files": [ | ||
"@octokit/auth-action": "^1.0.1", | ||
"@octokit/auth-app": "^2.0.0", | ||
"@octokit/auth-app": "^2.1.0", | ||
"@octokit/auth-basic": "^1.0.1", | ||
"@octokit/auth-oauth-app": "^2.0.1", | ||
"@octokit/auth-oauth-app": "^2.0.2", | ||
"@octokit/auth-token": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@gr2m/pika-plugin-build-web": "^0.6.0-issue-84.2", | ||
"@pika/pack": "^0.5.0", | ||
@@ -37,5 +38,6 @@ "@pika/plugin-build-node": "^0.6.0", | ||
"jest": "^24.8.0", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"semantic-release": "^15.13.24", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.1" | ||
"typescript": "^3.6.2" | ||
}, | ||
@@ -47,3 +49,4 @@ "publishConfig": { | ||
"types": "dist-types/index.d.ts", | ||
"main": "dist-node/index.js" | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js" | ||
} |
@@ -40,4 +40,3 @@ # auth.js | ||
createOAuthAppAuth, | ||
createTokenAuth, | ||
createActionAuth | ||
createTokenAuth | ||
} from "https://cdn.pika.dev/@octokit/auth"; | ||
@@ -44,0 +43,0 @@ </script> |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
207216
11
2021
10
433
2
Updated@octokit/auth-app@^2.1.0