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 7.1.0 to 7.1.1

6

package.json

@@ -8,3 +8,3 @@ {

"type": "module",
"version": "7.1.0",
"version": "7.1.1",
"description": "Universal library to retrieve GitHub’s identity URL for the OAuth web flow",

@@ -35,3 +35,2 @@ "repository": "github:octokit/oauth-authorization-url.js",

},
"main": "./dist-src/index.js",
"types": "./dist-types/index.d.ts",

@@ -41,3 +40,4 @@ "exports": {

"types": "./dist-types/index.d.ts",
"import": "./dist-src/index.js"
"import": "./dist-src/index.js",
"default": "./dist-src/index.js"
}

@@ -44,0 +44,0 @@ },

@@ -58,2 +58,8 @@ # oauth-authorization-url.js

> [!IMPORTANT]
> As we use [conditional exports](https://nodejs.org/api/packages.html#conditional-exports), you will need to adapt your `tsconfig.json` by setting `"moduleResolution": "node16", "module": "node16"`.
>
> See the TypeScript docs on [package.json "exports"](https://www.typescriptlang.org/docs/handbook/modules/reference.html#packagejson-exports).<br>
> See this [helpful guide on transitioning to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) from [@sindresorhus](https://github.com/sindresorhus)
### For OAuth Apps

@@ -60,0 +66,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