gmail-node-mailer
Advanced tools
Comparing version 1.8.64 to 1.8.65
{ | ||
"name": "gmail-node-mailer", | ||
"version": "1.8.64", | ||
"version": "1.8.65", | ||
"description": "gmail-node-mailer is a Node.js library for easy email sending via the Gmail API, featuring quick setup, HTML/plain text support, dynamic configuration for streamlined email integration, and now with support for attachments.", | ||
"main": "dist/index.js", | ||
"types": "dist/types.d.ts", | ||
"scripts": { | ||
@@ -40,3 +38,3 @@ "build": "tsc", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -43,0 +41,0 @@ "repository": { |
@@ -14,4 +14,4 @@ { | ||
"src/**/*" | ||
, "src/__tests__" ], | ||
"exclude": ["node_modules"] | ||
], | ||
"exclude": ["node_modules", "src/__tests__", "**/*.test.ts", "**/*.spec.ts"] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
228149
5300
0
24
1