Socket
Socket
Sign inDemoInstall

@fatso83/pomodone-monitor

Package Overview
Dependencies
57
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

10

app.js

@@ -122,2 +122,12 @@ #!/usr/bin/env node

parseString(body, (err, result) => {
if (err) {
console.warn(err.message);
return;
}
if (!result.rss) {
console.warn("Got no RSS!");
return;
}
const channel = result.rss.channel[0];

@@ -124,0 +134,0 @@ const items = channel.item;

2

package.json
{
"name": "@fatso83/pomodone-monitor",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc