Socket
Socket
Sign inDemoInstall

@octokit/oauth-authorization-url

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/oauth-authorization-url - npm Package Compare versions

Comparing version 6.0.2 to 7.0.0-beta.1

4

dist-types/index.d.ts

@@ -1,4 +0,4 @@

import type { OAuthAppOptions, GitHubAppOptions, OAuthAppResult, GitHubAppResult } from "./types";
export type { ClientType, OAuthAppOptions, GitHubAppOptions, OAuthAppResult, GitHubAppResult, } from "./types";
import type { OAuthAppOptions, GitHubAppOptions, OAuthAppResult, GitHubAppResult } from "./types.js";
export type { ClientType, OAuthAppOptions, GitHubAppOptions, OAuthAppResult, GitHubAppResult, } from "./types.js";
export declare function oauthAuthorizationUrl(options: OAuthAppOptions): OAuthAppResult;
export declare function oauthAuthorizationUrl(options: GitHubAppOptions): GitHubAppResult;

@@ -6,8 +6,8 @@ {

},
"version": "6.0.2",
"type": "module",
"version": "7.0.0-beta.1",
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",
"repository": "github:octokit/oauth-authorization-url.js",
"files": [
"dist-*/**",
"bin/**"
"dist-*/**"
],

@@ -22,8 +22,8 @@ "keywords": [

"devDependencies": {
"@octokit/tsconfig": "^2.0.0",
"@octokit/tsconfig": "^3.0.0",
"@types/jest": "^29.0.0",
"esbuild": "^0.17.19",
"esbuild": "^0.20.0",
"glob": "^10.2.6",
"jest": "^29.0.0",
"prettier": "2.8.8",
"prettier": "3.2.5",
"ts-jest": "^29.0.0",

@@ -35,8 +35,10 @@ "typescript": "^5.0.0"

},
"main": "dist-node/index.js",
"browser": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-src/index.js",
"exports": {
".": {
"types": "./dist-types/index.d.ts",
"import": "./dist-src/index.js"
}
},
"sideEffects": false,
"unpkg": "dist-web/index.js"
"unpkg": "dist-src/index.js"
}

@@ -32,7 +32,7 @@ # oauth-authorization-url.js

Load `@octokit/oauth-authorization-url` directly from [cdn.skypack.dev](https://cdn.skypack.dev)
Load `@octokit/oauth-authorization-url` directly from [esm.sh](https://esm.sh)
```html
<script type="module">
import { oauthAuthorizationUrl } from "https://cdn.skypack.dev/@octokit/oauth-authorization-url";
import { oauthAuthorizationUrl } from "https://esm.sh/@octokit/oauth-authorization-url";
</script>

@@ -39,0 +39,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc