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

postmark

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postmark - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

._package.json

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR�٭��"�"com.macromates.caret{
Mac OS X  2��ATTR�;���"�"com.macromates.caret{
column = 20;
line = 3;
}

@@ -1,4 +0,1 @@

Mac OS X  2��ATTR�ٯ��"�"com.macromates.caret{
column = 0;
line = 48;
}
Mac OS X  2��ATTR�;��� � com.macromates.caretx���R������<[k0?'3/«��

@@ -48,3 +48,3 @@ var http = require("http");

port: (options.ssl ? 443 : 80)
}, function (error, response, body) {
}, function (response) {
if (response.statusCode == 401) {

@@ -65,2 +65,2 @@ throw("Incorrect Postmark API Key header")

}
});
});
{ "name" : "postmark"
, "description" : "Ridiculously Simple Email Sending From Node.js using http://www.postmarkapp.com"
, "tags" : ["email", "utility"]
, "version" : "0.1.1"
, "version" : "0.1.2"
, "author" : "Chris Williams <voodootikigod@gmail.com>"

@@ -6,0 +6,0 @@ , "main" : "./lib/postmark"

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