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.1.6 to 1.2.0

index.d.ts

23

package.json
{
"name": "@livecord/notify",
"version": "1.1.6",
"description": "Notifier for Youtube and Twitch.",
"main": "./src/index.js",
"version": "1.2.0",
"description": "Notifier for YouTube and Twitch.",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test:twitch": "node ./examples/twitch.test.js",
"test:youtube": "node ./examples/youtube.test.js"
"test:twitch": "ts-node --transpile-only ./examples/twitch.test.ts",
"test:youtube": "ts-node --transpile-only ./examples/youtube.test.ts",
"build": "tsc --sourceMap false"
},

@@ -13,3 +15,5 @@ "keywords": [

"youtube",
"twitch"
"twitch",
"typescript",
"backend"
],

@@ -26,5 +30,8 @@ "author": "Livecord",

"fs": "^0.0.1-security",
"rss-parser": "^3.12.0",
"ws": "^8.8.0"
"rss-parser": "^3.12.0"
},
"devDependencies": {
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}
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