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

@octokit/plugin-throttling

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-throttling - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

1

dist-bundle/index.js
// pkg/dist-src/index.js
import BottleneckLight from "bottleneck/light.js";
import { Octokit } from "@octokit/core";

@@ -5,0 +4,0 @@ // pkg/dist-src/version.js

import BottleneckLight from "bottleneck/light.js";
import { Octokit } from "@octokit/core";
import { VERSION } from "./version.js";

@@ -4,0 +3,0 @@ import { wrapRequest } from "./wrap-request.js";

2

dist-src/version.js

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

const VERSION = "9.3.0";
const VERSION = "9.3.1";
export {
VERSION
};

@@ -1,3 +0,2 @@

import { Octokit } from "@octokit/core";
import type { OctokitOptions } from "@octokit/core";
import type { Octokit, OctokitOptions } from "@octokit/core";
import type { ThrottlingOptions } from "./types.js";

@@ -4,0 +3,0 @@ export declare function throttling(octokit: Octokit, octokitOptions: OctokitOptions): {};

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

import { Octokit } from "@octokit/core";
import type { Octokit } from "@octokit/core";
import type { EndpointDefaults } from "@octokit/types";
import Bottleneck from "bottleneck";
import type Bottleneck from "bottleneck";
type LimitHandler = (retryAfter: number, options: Required<EndpointDefaults>, octokit: Octokit, retryCount: number) => void;

@@ -5,0 +5,0 @@ export type SecondaryLimitHandler = {

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

export declare const VERSION = "9.3.0";
export declare const VERSION = "9.3.1";
{
"name": "@octokit/plugin-throttling",
"version": "9.3.0",
"version": "9.3.1",
"publishConfig": {

@@ -24,15 +24,13 @@ "access": "public",

"@octokit/tsconfig": "^3.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"esbuild": "^0.20.0",
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1",
"@vitest/coverage-v8": "^2.0.2",
"esbuild": "^0.23.0",
"fetch-mock": "^10.0.0",
"github-openapi-graphql-query": "^4.0.0",
"glob": "^10.2.6",
"jest": "^29.0.0",
"npm-run-all2": "^6.0.0",
"prettier": "3.2.5",
"prettier": "3.3.3",
"semantic-release-plugin-update-version-in-files": "^1.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
"typescript": "^5.0.0",
"vitest": "^2.0.2"
},

@@ -39,0 +37,0 @@ "engines": {

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