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

postmark

Package Overview
Dependencies
Maintainers
2
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 3.0.17 to 3.0.18

4

CHANGELOG.md
# Changelog
## 3.0.18
* fix domain endpoint request types
## 3.0.17

@@ -4,0 +8,0 @@

4

dist/client/AccountClient.js

@@ -166,3 +166,3 @@ "use strict";

AccountClient.prototype.verifyDomainSPF = function (id, callback) {
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.PUT, "/domains/".concat(id, "/verifySPF"), {}, callback);
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.POST, "/domains/".concat(id, "/verifySPF"), {}, callback);
};

@@ -177,3 +177,3 @@ /**

AccountClient.prototype.rotateDomainDKIM = function (id, callback) {
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.PUT, "/domains/".concat(id, "/rotateDKIM"), {}, callback);
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.POST, "/domains/".concat(id, "/rotateDKIM"), {}, callback);
};

@@ -180,0 +180,0 @@ /**

@@ -12,3 +12,3 @@ {

],
"version": "3.0.17",
"version": "3.0.18",
"author": "Igor Balos",

@@ -15,0 +15,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

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