Socket
Socket
Sign inDemoInstall

sindric-lib-email-notifier

Package Overview
Dependencies
214
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

2

dist/database/Database.js

@@ -76,3 +76,3 @@ "use strict";

const getTitleFromItemId = async (itemId) => {
const query = `select title, itemThumbnail from tbl_item where dropId = "${itemId}";`;
const query = `select title, itemThumbnail from tbl_item where itemId = "${itemId}";`;
try {

@@ -79,0 +79,0 @@ return (await DatabaseConfig_1.database).query(query);

{
"name": "sindric-lib-email-notifier",
"version": "2.2.1",
"version": "2.2.2",
"description": "",

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