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

haraka-email-message

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-email-message - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

9

Changes.md
### Unreleased
### [1.2.1] - 2024-04-03
- dep(libqp): bump to 2.1.0
- dep(libmime): bump to 5.3.4
- dep(haraka-message-stream): bump to 1.2.1
- dep(mocha & eslint): remove from devDeps (install as needed with npx)
- add ./test to .npmignore
### [1.2.0] - 2022-11-29

@@ -5,0 +14,0 @@

18

package.json
{
"name": "haraka-email-message",
"version": "1.2.0",
"version": "1.2.1",
"description": "Haraka email message",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js test",
"lintfix": "npx eslint --fix *.js test",
"lint": "npx eslint@^8 *.js test",
"lintfix": "npx eslint@^8 --fix *.js test",
"versions": "npx dependency-version-checker check",
"test": "npx mocha"
"test": "npx mocha@^10"
},

@@ -27,13 +27,11 @@ "repository": {

"devDependencies": {
"eslint": ">=8",
"eslint-plugin-haraka": "*",
"mocha": ">=9.0.0"
"eslint-plugin-haraka": "^1.0.15"
},
"dependencies": {
"haraka-config": "^1.1.0",
"haraka-message-stream": "^1.2.0",
"haraka-message-stream": "^1.2.1",
"iconv": "^3.0.1",
"libmime": "^5.1.0",
"libqp": "^2.0.1"
"libmime": "^5.3.4",
"libqp": "^2.1.0"
}
}
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