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

@twurple/auth

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twurple/auth - npm Package Compare versions

Comparing version 7.1.0-pre.4 to 7.1.0-pre.5

2

lib/providers/RefreshingAuthProvider.d.ts

@@ -52,3 +52,3 @@ import { type MakeOptional } from '@d-fischer/shared-utils';

*/
readonly onRefreshFailure: import("@d-fischer/typed-event-emitter").EventBinder<[userId: string]>;
readonly onRefreshFailure: import("@d-fischer/typed-event-emitter").EventBinder<[userId: string, error: Error]>;
/**

@@ -55,0 +55,0 @@ * Creates a new auth provider based on the given one that can automatically

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

this._cachedRefreshFailures.add(userId);
this.emit(this.onRefreshFailure, userId);
this.emit(this.onRefreshFailure, userId, e);
throw e;

@@ -400,0 +400,0 @@ }

{
"name": "@twurple/auth",
"version": "7.1.0-pre.4",
"version": "7.1.0-pre.5",
"publishConfig": {

@@ -39,4 +39,4 @@ "access": "public"

"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.1.0-pre.4",
"@twurple/common": "7.1.0-pre.4",
"@twurple/api-call": "7.1.0-pre.5",
"@twurple/common": "7.1.0-pre.5",
"tslib": "^2.0.3"

@@ -43,0 +43,0 @@ },

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