Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@livecord/notify

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livecord/notify - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@livecord/notify",
"version": "1.2.0",
"version": "1.2.1",
"description": "Notifier for YouTube and Twitch.",

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

@@ -20,3 +20,8 @@ # [@livecord/notify](https://npmjs.com/package/@livecord/notify)

```js
// ESM
//import { Twitch } from '@livecord/notify';
// CJS
const { Twitch } = require("@livecord/notify");
const twitch = new Twitch({

@@ -31,3 +36,2 @@ client: {

twitch.on("ready", (ready) => {
twitch.follow([ "clqu_" ]);

@@ -50,2 +54,6 @@ twitch.unfollow([ "clqu_" ]);

```js
// ESM
//import { Twitch } from '@livecord/notify';
// CJS
const { Twitch } = require("@livecord/notify");

@@ -82,3 +90,8 @@

```js
// ESM
//import { YouTube } from '@livecord/notify';
// CJS
const { YouTube } = require("@livecord/notify");
const youtube = new YouTube({

@@ -85,0 +98,0 @@ interval: 60000, // check channels every 1000ms (1 second) (optional) (default: 60000 [60 seconds])])

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