Socket
Socket
Sign inDemoInstall

@octokit/rest

Package Overview
Dependencies
16
Maintainers
4
Versions
295
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 21.0.0-beta.1 to 21.0.0-beta.2

2

dist-src/version.js

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

const VERSION = "21.0.0-beta.1";
const VERSION = "21.0.0-beta.2";
export {
VERSION
};

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

export declare const VERSION = "21.0.0-beta.1";
export declare const VERSION = "21.0.0-beta.2";
{
"name": "@octokit/rest",
"version": "21.0.0-beta.1",
"version": "21.0.0-beta.2",
"publishConfig": {

@@ -36,12 +36,12 @@ "access": "public"

"dependencies": {
"@octokit/core": "^6.0.1",
"@octokit/plugin-paginate-rest": "^10.0.0",
"@octokit/plugin-request-log": "^5.0.0",
"@octokit/plugin-rest-endpoint-methods": "^11.0.1"
"@octokit/core": "^6.1.2",
"@octokit/plugin-paginate-rest": "^11.0.0",
"@octokit/plugin-request-log": "^5.1.0",
"@octokit/plugin-rest-endpoint-methods": "^13.0.0"
},
"devDependencies": {
"@octokit/auth-action": "^5.0.0",
"@octokit/auth-app": "^7.0.0-beta.4",
"@octokit/fixtures-server": "^8.0.0",
"@octokit/request": "^9.0.1",
"@octokit/auth-action": "^5.1.0",
"@octokit/auth-app": "^7.0.0-beta.8",
"@octokit/fixtures-server": "^8.1.0",
"@octokit/request": "^9.1.1",
"@octokit/tsconfig": "^3.0.0",

@@ -68,3 +68,2 @@ "@types/jest": "^29.5.11",

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

@@ -74,3 +73,4 @@ "exports": {

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

@@ -77,0 +77,0 @@ },

@@ -54,2 +54,8 @@ # rest.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)
## Contributing

@@ -56,0 +62,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc