Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 5.0.2 to 5.1.0

2

dist-node/index.js

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

// pkg/dist-src/version.js
var VERSION = "5.0.2";
var VERSION = "5.1.0";

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

@@ -6,3 +6,3 @@ import { getUserAgent } from "universal-user-agent";

import { createTokenAuth } from "@octokit/auth-token";
import { VERSION } from "./version";
import { VERSION } from "./version.js";
const noop = () => {

@@ -9,0 +9,0 @@ };

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

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

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

import * as OctokitTypes from "@octokit/types";
import { RequestError } from "@octokit/request-error";
import { Octokit } from ".";
import type { Octokit } from "./index.js";
export type RequestParameters = OctokitTypes.RequestParameters;

@@ -5,0 +5,0 @@ export interface OctokitOptions {

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

export declare const VERSION = "5.0.2";
export declare const VERSION = "5.1.0";

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

// pkg/dist-src/version.js
var VERSION = "5.0.2";
var VERSION = "5.1.0";

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

{
"name": "@octokit/core",
"version": "5.0.2",
"version": "5.1.0",
"publishConfig": {

@@ -43,9 +43,9 @@ "access": "public"

"jest": "^29.0.0",
"prettier": "3.1.0",
"prettier": "3.2.4",
"proxy": "^2.0.0",
"semantic-release": "^22.0.0",
"semantic-release": "^23.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0",
"undici": "^5.25.4"
"undici": "^6.0.0"
},

@@ -52,0 +52,0 @@ "engines": {

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