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

nodemailer-sequelize-queue

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemailer-sequelize-queue - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

dist/src/examples/index.d.ts

14

package.json
{
"name": "nodemailer-sequelize-queue",
"version": "0.1.3",
"version": "0.1.4",
"description": "Queue for mails with nodemailer and cron scheduler",

@@ -8,3 +8,2 @@ "main": "./dist/index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",

@@ -25,3 +24,4 @@ "eslint": "eslint --ext .ts,.js --max-warnings=0 --ignore-path .gitignore .",

"release": "npm run build && standard-version --commit-all",
"release:publish": "git add . && npm run release && git push --follow-tags origin master && npm publish"
"release:publish": "git add . && npm run release && git push --follow-tags origin master && npm publish",
"test": "jest"
},

@@ -54,4 +54,7 @@ "repository": {

"@types/cron": "^2.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^10.17.60",
"@types/pg": "^8.11.0",
"@types/prettier": "2.6.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.27.1",

@@ -66,2 +69,3 @@ "@typescript-eslint/parser": "^5.27.1",

"husky": "^8.0.1",
"jest": "^29.7.0",
"lint-staged": "^13.0.1",

@@ -71,2 +75,3 @@ "mysql2": "^2.3.3",

"standard-version": "^9.5.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.7.0",

@@ -86,4 +91,5 @@ "typescript": "^4.8.2"

"nodemailer": "^6.9.1",
"sequelize": "^6.21.4"
"sequelize": "^6.21.4",
"uuid": "^9.0.1"
}
}
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