Socket
Socket
Sign inDemoInstall

@octokit/plugin-throttling

Package Overview
Dependencies
Maintainers
4
Versions
69
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 5.0.0 to 5.0.1

4

dist-node/index.js

@@ -9,3 +9,3 @@ 'use strict';

const VERSION = "5.0.0";
const VERSION = "5.0.1";

@@ -152,3 +152,3 @@ const noop = () => Promise.resolve();

You must pass the onSecondaryRateLimit and onRateLimit error handlers.
See https://github.com/octokit/rest.js#throttling
See https://octokit.github.io/rest.js/#throttling

@@ -155,0 +155,0 @@ const octokit = new Octokit({

@@ -63,3 +63,3 @@ // @ts-expect-error

You must pass the onSecondaryRateLimit and onRateLimit error handlers.
See https://github.com/octokit/rest.js#throttling
See https://octokit.github.io/rest.js/#throttling

@@ -66,0 +66,0 @@ const octokit = new Octokit({

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

export const VERSION = "5.0.0";
export const VERSION = "5.0.1";

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

export declare const VERSION = "5.0.0";
export declare const VERSION = "5.0.1";
import BottleneckLight from 'bottleneck/light';
const VERSION = "5.0.0";
const VERSION = "5.0.1";

@@ -156,3 +156,3 @@ const noop = () => Promise.resolve();

You must pass the onSecondaryRateLimit and onRateLimit error handlers.
See https://github.com/octokit/rest.js#throttling
See https://octokit.github.io/rest.js/#throttling

@@ -159,0 +159,0 @@ const octokit = new Octokit({

{
"name": "@octokit/plugin-throttling",
"description": "Octokit plugin for GitHub's recommended request throttling",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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