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

xible-nodepack-email

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xible-nodepack-email - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

6

email.smtp.send/index.js

@@ -28,10 +28,8 @@ module.exports = function(NODE) {

err = err.toString();
NODE.addStatus({
message: err,
message: err.toString(),
color: 'red'
});
NODE.fail(err, state);
NODE.error(err, state);

@@ -38,0 +36,0 @@ }

{
"name": "xible-nodepack-email",
"version": "0.0.1",
"version": "0.1.0",
"description": "Set of email nodes for Xible",

@@ -5,0 +5,0 @@ "license": "MIT",

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