Socket
Socket
Sign inDemoInstall

tiktok-live-connector

Package Overview
Dependencies
84
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

4

.tests/test1.js

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

// Username of someone who is currently live
let tiktokUsername = "lazyzerodyf";
let tiktokUsername = "ayhiefachri";
// Create a new wrapper object and pass the username

@@ -12,0 +14,0 @@ let tiktokLiveConnection = new WebcastPushConnection(tiktokUsername);

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

try {
var _webcastResponse$wsPa;
var _webcastResponse$wsPa, _webcastResponse$wsPa2;

@@ -611,2 +611,3 @@ // Websocket specific params

imprp: ((_webcastResponse$wsPa = webcastResponse.wsParam) === null || _webcastResponse$wsPa === void 0 ? void 0 : _webcastResponse$wsPa.value) || '',
wrss: ((_webcastResponse$wsPa2 = webcastResponse.wsParam) === null || _webcastResponse$wsPa2 === void 0 ? void 0 : _webcastResponse$wsPa2.value) || '',
compress: 'gzip'

@@ -613,0 +614,0 @@ }; // Wait until ws connected, then stop request polling

{
"name": "tiktok-live-connector",
"version": "1.1.5",
"version": "1.1.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",

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