nodemailer-sequelize-queue
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
137761
41
1264
1
0
9
23
29
+ Addeduuid@^9.0.1
+ Addeduuid@9.0.1(transitive)