Socket
Socket
Sign inDemoInstall

@twurple/api

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twurple/api - npm Package Compare versions

Comparing version 7.0.5 to 7.0.6

3

lib/utils/pagination/HelixPaginatedRequest.js

@@ -123,3 +123,4 @@ "use strict";

_processResult(result) {
this._currentCursor = result.pagination ? result.pagination.cursor : undefined;
var _a;
this._currentCursor = typeof result.pagination === 'string' ? result.pagination : (_a = result.pagination) === null || _a === void 0 ? void 0 : _a.cursor;
if (this._currentCursor === undefined) {

@@ -126,0 +127,0 @@ this._isFinished = true;

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

},
cursor: (_a = response.pagination) === null || _a === void 0 ? void 0 : _a.cursor,
cursor: typeof response.pagination === 'string' ? response.pagination : (_a = response.pagination) === null || _a === void 0 ? void 0 : _a.cursor,
};

@@ -15,0 +15,0 @@ }

{
"name": "@twurple/api",
"version": "7.0.5",
"version": "7.0.6",
"publishConfig": {

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

"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.0.5",
"@twurple/common": "7.0.5",
"@twurple/api-call": "7.0.6",
"@twurple/common": "7.0.6",
"retry": "^0.13.1",

@@ -50,7 +50,7 @@ "tslib": "^2.0.3"

"devDependencies": {
"@twurple/auth": "7.0.5",
"@twurple/auth": "7.0.6",
"@types/retry": "^0.12.2"
},
"peerDependencies": {
"@twurple/auth": "7.0.5"
"@twurple/auth": "7.0.6"
},

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