New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oberknecht-api

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oberknecht-api - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

lib-js/api/oberknecht.api.d.ts

@@ -86,3 +86,3 @@ import { jsonsplitter } from "oberknecht-jsonsplitter";

getFollowedChannels: (userID?: string, broadcasterID?: string, first?: string, after?: string, customtoken?: string) => Promise<import("../types/endpoints/getFollowedChannels").getFollowedChannelsResponse>;
getModeratedChannels: (userID?: string, first?: number, after?: string) => Promise<import("../types/endpoints/getModeratedChannels").getModeratedChannelsResponse>;
getModeratedChannels: (userID?: string, first?: number, after?: string, customtoken?: string) => Promise<import("../types/endpoints/getModeratedChannels").getModeratedChannelsResponse>;
}

@@ -320,6 +320,6 @@ "use strict";

};
getModeratedChannels = (userID, first, after) => {
return (0, getModeratedChannels_1.getModeratedChannels)(this.symbol, userID, first, after);
getModeratedChannels = (userID, first, after, customtoken) => {
return (0, getModeratedChannels_1.getModeratedChannels)(this.symbol, userID, first, after, customtoken);
};
}
exports.oberknechtAPI = oberknechtAPI;

@@ -643,5 +643,5 @@ import { i } from "../index";

getModeratedChannels = (userID?: string, first?: number, after?: string) => {
return getModeratedChannels(this.symbol, userID, first, after);
getModeratedChannels = (userID?: string, first?: number, after?: string, customtoken?: string) => {
return getModeratedChannels(this.symbol, userID, first, after, customtoken);
};
}
{
"name": "oberknecht-api",
"version": "1.3.2",
"version": "1.3.3",
"description": "A client for easy usage of the Twitch API (Helix)",

@@ -5,0 +5,0 @@ "main": "./export",

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