Socket
Socket
Sign inDemoInstall

@octokit/oauth-app

Package Overview
Dependencies
17
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.1.1

2

dist-node/index.js

@@ -5,3 +5,3 @@ // pkg/dist-src/index.js

// pkg/dist-src/version.js
var VERSION = "7.1.0";
var VERSION = "7.1.1";

@@ -8,0 +8,0 @@ // pkg/dist-src/add-event-handler.js

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

const VERSION = "7.1.0";
const VERSION = "7.1.1";
export {
VERSION
};

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

export declare const VERSION = "7.1.0";
export declare const VERSION = "7.1.1";
{
"name": "@octokit/oauth-app",
"version": "7.1.0",
"version": "7.1.1",
"description": "GitHub OAuth toolset for Node.js",

@@ -51,3 +51,2 @@ "type": "module",

],
"main": "./dist-node/index.js",
"types": "./dist-types/index.d.ts",

@@ -57,3 +56,4 @@ "exports": {

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

@@ -60,0 +60,0 @@ },

@@ -69,2 +69,8 @@ # oauth-app.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

@@ -71,0 +77,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc