Socket
Socket
Sign inDemoInstall

@octokit/rest

Package Overview
Dependencies
Maintainers
4
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/rest - npm Package Compare versions

Comparing version 19.0.11 to 19.0.12

2

dist-node/index.js

@@ -32,3 +32,3 @@ "use strict";

// pkg/dist-src/version.js
var VERSION = "19.0.11";
var VERSION = "19.0.12";

@@ -35,0 +35,0 @@ // pkg/dist-src/index.js

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

const VERSION = "19.0.11";
const VERSION = "19.0.12";
export {
VERSION
};

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

export declare const VERSION = "19.0.11";
export declare const VERSION = "19.0.12";

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

// pkg/dist-src/version.js
var VERSION = "19.0.11";
var VERSION = "19.0.12";

@@ -11,0 +11,0 @@ // pkg/dist-src/index.js

{
"name": "@octokit/rest",
"version": "19.0.11",
"version": "19.0.12",
"publishConfig": {

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

"@octokit/core": "^4.2.1",
"@octokit/plugin-paginate-rest": "^6.1.2",
"@octokit/plugin-paginate-rest": "^7.0.0",
"@octokit/plugin-request-log": "^1.0.4",

@@ -46,6 +46,6 @@ "@octokit/plugin-rest-endpoint-methods": "^7.1.2"

"@octokit/request": "^6.2.5",
"@octokit/tsconfig": "^1.0.2",
"@octokit/tsconfig": "^2.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"fetch-mock": "^9.0.0",

@@ -52,0 +52,0 @@ "glob": "^10.2.5",

@@ -15,7 +15,7 @@ # rest.js

</th><td width=100%>
Load <code>@octokit/rest</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
Load <code>@octokit/rest</code> directly from <a href="https://esm.sh">esm.sh</a>
```html
<script type="module">
import { Octokit } from "https://cdn.skypack.dev/@octokit/rest";
import { Octokit } from "https://esm.sh/@octokit/rest";
</script>

@@ -22,0 +22,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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