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

mailsplit

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailsplit - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

lib/message-splitter.js

@@ -82,3 +82,3 @@ 'use strict';

if (!data) {
return iterateData();
return setImmediate(iterateData);
}

@@ -85,0 +85,0 @@

{
"name": "mailsplit",
"version": "4.1.0",
"description": "Split email messages into an object stream",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"license": "EUPL-1.1",
"dependencies": {
"libmime": "3.1.0",
"libbase64": "1.0.1",
"libqp": "1.1.0"
},
"devDependencies": {
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^20.1.0",
"random-message": "^1.1.0"
},
"files": [
"lib",
"index.js"
]
"name": "mailsplit",
"version": "4.1.1",
"description": "Split email messages into an object stream",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"author": "Andris Reinman",
"license": "EUPL-1.1",
"dependencies": {
"libmime": "3.1.0",
"libbase64": "1.0.1",
"libqp": "1.1.0"
},
"devDependencies": {
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-eslint": "^20.1.0",
"random-message": "^1.1.0"
},
"files": ["lib", "index.js"]
}
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