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

twitch-user-streaming-info

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitch-user-streaming-info - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

README.md

7

main.js

@@ -31,3 +31,8 @@ const axios = require("axios").default;

_isLiveBroadcast: true
} : text;
} : {
success: true,
error: null,
live: true,
...JSON.parse($("script")[0].firstChild.data)[0]
};
} catch (_) {

@@ -34,0 +39,0 @@ return booleanOnly ? false : { success: false, error: _, live: false };

2

package.json
{
"name": "twitch-user-streaming-info",
"version": "0.0.1",
"version": "0.1.0",
"description": "Get the live information of twitch user (scraping).",

@@ -5,0 +5,0 @@ "main": "main.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