Socket
Socket
Sign inDemoInstall

tiktok-live-connector

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiktok-live-connector - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

7

.tests/test1.js

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

signatureProvider.config.extraParams.apiKey = 'NDA2NDA5OTI3N2M4OTE0OGQ3NWEzOWQxMTg2NzFmODViYTIxN2NkNzYwNDdiYThkZWE3ZGM2';
// signatureProvider.config.signProviderHost = "http://tiktok-sign-private-timech.zerody.one:52568/";
// signatureProvider.config.extraParams.apiKey = "M2JlYzliODlmNzU0NmFlYTViNzEwYTBlNjJhODk3OGJlNGU0M2FkMTI0NTEyZDEyMTE0YTI4";

@@ -33,1 +34,5 @@ // Username of someone who is currently live

})
tiktokLiveConnection.on('error', err => {
console.error('Error', err);
})

2

dist/index.js

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

requestHeaders: {},
websocketHeaders: {},
websocketHeaders: Config.DEFAULT_REQUEST_HEADERS,
requestOptions: {},

@@ -491,0 +491,0 @@ websocketOptions: {}

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

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

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