Socket
Socket
Sign inDemoInstall

@octokit/core

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/core - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "4.2.1";
var VERSION = "4.2.2";

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

import { getUserAgent } from "universal-user-agent";
import { Collection } from "before-after-hook";
import { request } from "@octokit/request";
import { withCustomRequest } from "@octokit/graphql";
import { graphql, withCustomRequest } from "@octokit/graphql";
import { createTokenAuth } from "@octokit/auth-token";

@@ -6,0 +6,0 @@ import { VERSION } from "./version";

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

const VERSION = "4.2.1";
const VERSION = "4.2.2";
export {
VERSION
};

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

import { HookCollection } from "before-after-hook";
import type { HookCollection } from "before-after-hook";
import { request } from "@octokit/request";
import { graphql } from "@octokit/graphql";
import { Constructor, Hooks, OctokitOptions, OctokitPlugin, ReturnTypeOf, UnionToIntersection } from "./types";
import type { Constructor, Hooks, OctokitOptions, OctokitPlugin, ReturnTypeOf, UnionToIntersection } from "./types";
export declare class Octokit {

@@ -6,0 +6,0 @@ static VERSION: string;

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

export declare const VERSION = "4.2.1";
export declare const VERSION = "4.2.2";

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

import { request } from "@octokit/request";
import { withCustomRequest } from "@octokit/graphql";
import { graphql, withCustomRequest } from "@octokit/graphql";
import { createTokenAuth } from "@octokit/auth-token";
// pkg/dist-src/version.js
var VERSION = "4.2.1";
var VERSION = "4.2.2";

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

{
"name": "@octokit/core",
"version": "4.2.1",
"version": "4.2.2",
"publishConfig": {

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

"@octokit/request": "^6.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/request-error": "^4.0.0",
"@octokit/types": "^9.0.0",

@@ -30,3 +30,3 @@ "before-after-hook": "^2.2.0",

"@octokit/auth": "^3.0.1",
"@octokit/tsconfig": "^1.0.2",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.3.1",

@@ -36,6 +36,6 @@ "@types/jest": "^29.0.0",

"@types/node": "^18.0.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"fetch-mock": "^9.0.0",
"glob": "^10.2.5",
"http-proxy-agent": "^6.0.0",
"http-proxy-agent": "^7.0.0",
"jest": "^29.0.0",

@@ -42,0 +42,0 @@ "lolex": "^6.0.0",

@@ -35,7 +35,7 @@ # core.js

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

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