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.13 to 3.0.14

4

CHANGELOG.md
# Changelog
## 3.0.14
* Updated statistics filtering parameter
## 3.0.13

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

3

dist/client/models/stats/StatsFilteringParameters.d.ts

@@ -5,3 +5,4 @@ export declare class StatisticsFilteringParameters {

toDate?: string;
constructor(tag?: string, fromDate?: string, toDate?: string);
messageStream?: string;
constructor(tag?: string, fromDate?: string, toDate?: string, messageStream?: string);
}

@@ -5,6 +5,7 @@ "use strict";

var StatisticsFilteringParameters = /** @class */ (function () {
function StatisticsFilteringParameters(tag, fromDate, toDate) {
function StatisticsFilteringParameters(tag, fromDate, toDate, messageStream) {
this.tag = tag;
this.fromDate = fromDate;
this.toDate = toDate;
this.messageStream = messageStream;
}

@@ -11,0 +12,0 @@ return StatisticsFilteringParameters;

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

],
"version": "3.0.13",
"version": "3.0.14",
"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