Socket
Socket
Sign inDemoInstall

tiktok-live-connector

Package Overview
Dependencies
84
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

12

dist/lib/webcastDataConverter.js

@@ -119,2 +119,14 @@ "use strict";

if (webcastObject.emotes) {
webcastObject.emotes = webcastObject.emotes.map(x => {
var _x$emote, _x$emote2, _x$emote2$image;
return {
emoteId: (_x$emote = x.emote) === null || _x$emote === void 0 ? void 0 : _x$emote.emoteId,
emoteImageUrl: (_x$emote2 = x.emote) === null || _x$emote2 === void 0 ? void 0 : (_x$emote2$image = _x$emote2.image) === null || _x$emote2$image === void 0 ? void 0 : _x$emote2$image.imageUrl,
placeInComment: x.placeInComment
};
});
}
if (webcastObject.treasureBoxUser) {

@@ -121,0 +133,0 @@ var _webcastObject$treasu, _webcastObject$treasu2, _webcastObject$treasu3, _webcastObject$treasu4;

2

package.json
{
"name": "tiktok-live-connector",
"version": "1.0.5",
"version": "1.0.6",
"description": "Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,4 +8,5 @@ # TikTok-Live-Connector

- **Python** rewrite: [TikTokLive](https://github.com/isaackogan/TikTokLive) by [@isaackogan](https://github.com/isaackogan)
- **Java** rewrite: [TikTokLiveJava](https://github.com/jwdeveloper/TikTokLiveJava) by [@jwdeveloper](https://github.com/jwdeveloper)
- **C#** rewrite: [TikTokLiveSharp](https://github.com/frankvHoof93/TikTokLiveSharp) by [@frankvHoof93](https://github.com/frankvHoof93)
- **Go** rewrite: [GoTikTokLive](https://github.com/Davincible/gotiktoklive) by [@Davincible](https://github.com/Davincible)
- **C#** rewrite: [TikTokLiveSharp](https://github.com/frankvHoof93/TikTokLiveSharp) by [@frankvHoof93](https://github.com/frankvHoof93)

@@ -617,3 +618,3 @@ **NOTE:** This is not an official API. It's a reverse engineering project.

profilePictureUrl: "https://p16-sign-va.tiktokcdn.com/tos-useast2a-avt...webp",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends
followRole: 0, // 0 = none; 1 = follower; 2 = friends
userBadges: [

@@ -683,3 +684,3 @@ {

profilePictureUrl: "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0...webp",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends
followRole: 0, // 0 = none; 1 = follower; 2 = friends
userBadges: [

@@ -779,3 +780,3 @@ {

profilePictureUrl: "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0...webp",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends
followRole: 0, // 0 = none; 1 = follower; 2 = friends
userBadges: [],

@@ -1023,3 +1024,3 @@ userDetails: {

profilePictureUrl: "https://p16-sign.tiktokcdn-us.com/tos-useast5-avt-...webp",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends,
followRole: 0, // 0 = none; 1 = follower; 2 = friends,
userBadges: [

@@ -1137,3 +1138,3 @@ {

profilePictureUrl: "https://p16-sign-sg.tiktokcdn.com/aweme/100x100/to...webp",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends,
followRole: 0, // 0 = none; 1 = follower; 2 = friends,
userBadges: [],

@@ -1184,3 +1185,3 @@ userDetails: {

profilePictureUrl: "https://p16-webcast.tiktokcdn.com/img/alisg/webcas...png",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends
followRole: 0, // 0 = none; 1 = follower; 2 = friends
userBadges: [],

@@ -1232,3 +1233,3 @@ userDetails: {

profilePictureUrl: "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0...webp",
rollowRole: 0, // 0 = none; 1 = follower; 2 = friends
followRole: 0, // 0 = none; 1 = follower; 2 = friends
userBadges: [],

@@ -1235,0 +1236,0 @@ userDetails: {

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc