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.3 to 0.1.4

2

bin/generate-config.js

@@ -16,3 +16,3 @@ #!/usr/bin/env node

fs.copyFile(path.resolve(__dirname + "/..")`/${DEFAULT_CONFIG_NAME}`, config_name, fs.constants.COPYFILE_EXCL, (err) => {
fs.copyFile(path.resolve(__dirname + "/..") + `/${DEFAULT_CONFIG_NAME}`, config_name, fs.constants.COPYFILE_EXCL, (err) => {
if (err) throw err;

@@ -19,0 +19,0 @@ console.log(`${config_name} was successfully generated`);

{
"name": "simplert",
"version": "0.1.3",
"version": "0.1.4",
"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