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.1.4 to 1.1.5

2

.tests/test1.js

@@ -8,3 +8,3 @@ const { WebcastPushConnection, signatureProvider } = require('tiktok-live-connector');

// Username of someone who is currently live
let tiktokUsername = "deryaoffiziell";
let tiktokUsername = "lazyzerodyf";

@@ -11,0 +11,0 @@ // Create a new wrapper object and pass the username

@@ -525,2 +525,3 @@ "use strict";

});
if (roomData.statusCode) throw new Error(`API Error ${roomData.statusCode} (${roomData.message || 'Unknown Error'})`);

@@ -527,0 +528,0 @@ _classPrivateFieldSet(this, _roomId, roomData.data.user.roomId);

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

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

@@ -1658,2 +1658,4 @@ # TikTok-Live-Connector

### Send Chat Messages
> Due to the increased signature requirements by TikTok, sending chat messages is currently not possible.
You can send chat messages via the [`sendMessage()`](#methods) function to automatically respond to chat commands for example. For this you need to provide your Session ID.

@@ -1660,0 +1662,0 @@

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