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

@livecord/notify

Package Overview
Dependencies
Maintainers
2
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.0.0 to 1.0.1

2

package.json
{
"name": "@livecord/notify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Notifier for Youtube and Twitch.",

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

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

### Twitch
## Twitch
---
```js

@@ -43,3 +44,3 @@ const { Twitch } = require('@livecord/notify');

##### How to get Twitch Token?
#### How to get Twitch Token?
```js

@@ -55,3 +56,4 @@ const { Twitch } = require('@livecord/notify');

### Youtube
## Youtube
---
```js

@@ -69,3 +71,3 @@ const { YouTube } = require('@livecord/notify');

youtube.on('upload', video => {
console.log('Youtube uploaded video');
console.log('Youtube new video!', video);
})

@@ -72,0 +74,0 @@ ```

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