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.0-pre.1 to 7.0.0-pre.2

10

lib/endpoints/channelPoints/HelixChannelPointsApi.js

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

userId: (0, common_1.extractUserId)(broadcaster),
scopes: ['channel:read:redemptions'],
scopes: ['channel:read:redemptions', 'channel:manage:redemptions'],
query: (0, channelPoints_external_1.createCustomRewardsQuery)(broadcaster, onlyManageable)

@@ -61,3 +61,3 @@ });

userId: (0, common_1.extractUserId)(broadcaster),
scopes: ['channel:read:redemptions'],
scopes: ['channel:read:redemptions', 'channel:manage:redemptions'],
query: (0, generic_external_1.createGetByIdsQuery)(broadcaster, rewardIds)

@@ -147,3 +147,3 @@ });

userId: (0, common_1.extractUserId)(broadcaster),
scopes: ['channel:read:redemptions'],
scopes: ['channel:read:redemptions', 'channel:manage:redemptions'],
query: (0, channelPoints_external_1.createRewardRedemptionsByIdsQuery)(broadcaster, rewardId, redemptionIds)

@@ -179,3 +179,3 @@ });

userId: (0, common_1.extractUserId)(broadcaster),
scopes: ['channel:read:redemptions'],
scopes: ['channel:read:redemptions', 'channel:manage:redemptions'],
query: {

@@ -202,3 +202,3 @@ ...(0, channelPoints_external_1.createRedemptionsForBroadcasterQuery)(broadcaster, rewardId, status, filter),

userId: (0, common_1.extractUserId)(broadcaster),
scopes: ['channel:read:redemptions'],
scopes: ['channel:read:redemptions', 'channel:manage:redemptions'],
query: (0, channelPoints_external_1.createRedemptionsForBroadcasterQuery)(broadcaster, rewardId, status, filter)

@@ -205,0 +205,0 @@ }, this._client, data => new HelixCustomRewardRedemption_1.HelixCustomRewardRedemption(data, this._client), 50);

@@ -33,3 +33,3 @@ import { DataObject } from '@twurple/common';

/**
* The type of the goal. Can be one of "follower", "subscription", "subscription_count" or "new_subscription_count".
* The type of the goal.
*/

@@ -36,0 +36,0 @@ get type(): HelixGoalType;

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

/**
* The type of the goal. Can be one of "follower", "subscription", "subscription_count" or "new_subscription_count".
* The type of the goal.
*/

@@ -50,0 +50,0 @@ get type() {

{
"name": "@twurple/api",
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"publishConfig": {

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

"@d-fischer/typed-event-emitter": "^3.3.1",
"@twurple/api-call": "7.0.0-pre.1",
"@twurple/common": "7.0.0-pre.1",
"@twurple/api-call": "7.0.0-pre.2",
"@twurple/common": "7.0.0-pre.2",
"retry": "^0.13.1",

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

"devDependencies": {
"@twurple/auth": "7.0.0-pre.1",
"@twurple/auth": "7.0.0-pre.2",
"@types/retry": "^0.12.2"
},
"peerDependencies": {
"@twurple/auth": "7.0.0-pre.1"
"@twurple/auth": "7.0.0-pre.2"
},

@@ -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