New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vitnode-backend-email-smtp

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitnode-backend-email-smtp - npm Package Compare versions

Comparing version 0.0.10-canary.4 to 0.0.10-canary.5

.turbo/turbo-build$colon$packages.log

18

package.json
{
"name": "vitnode-backend-email-smtp",
"version": "0.0.10-canary.4",
"version": "0.0.10-canary.5",
"description": "SMTP email provider for VitNode projects.",

@@ -21,16 +21,16 @@ "author": "VitNode Team",

"devDependencies": {
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.39",
"@types/node": "^22.7.8",
"@swc/cli": "^0.5.0",
"@swc/core": "^1.9.2",
"@types/node": "^22.9.0",
"@types/nodemailer": "^6.4.16",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"typescript": "^5.6.3",
"eslint-config-typescript-vitnode": "0.0.10-canary.4"
"eslint-config-typescript-vitnode": "0.0.10-canary.5"
},
"dependencies": {
"nodemailer": "^6.9.15"
"nodemailer": "^6.9.16"
},
"scripts": {
"build": "tsc && swc src -d dist --config-file .swcrc",
"dev": "concurrently \"tsc -w --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc -w\"",
"build:packages": "tsc && swc src -d dist --config-file .swcrc",
"dev:packages": "concurrently \"tsc -w --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc -w\"",
"lint": "eslint .",

@@ -37,0 +37,0 @@ "lint:fix": "eslint . --fix"

Sorry, the diff of this file is not supported yet

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