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

simplert

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplert - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

5

index.js

@@ -0,1 +1,2 @@

const path = require("path");
const Discord = require('discord.js');

@@ -9,4 +10,4 @@ const discord_client = new Discord.Client();

try {
user_config = require(file);
template_config = require("./simplert.cfg.json")
user_config = require(path.resolve(`${__dirname}/../../${file}`));
template_config = require(__dirname + "/simplert.cfg.json")

@@ -13,0 +14,0 @@ user_keys = getAllKeys(user_config)

2

package.json
{
"name": "simplert",
"version": "0.1.4",
"version": "0.1.5",
"description": "Simple way to send alerts via Slack, Email, Discord, SMS, etc.",

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