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

@genezio/email-service

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genezio/email-service - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2-dev

2

cjs/mailService.sdk.js

@@ -59,5 +59,5 @@ "use strict";

};
MailService.remote = new remote_1.Remote("https://zc76w3xtf2zzbkxghkl3eqomhu0bkkbo.lambda-url.us-east-1.on.aws/");
MailService.remote = new remote_1.Remote("https://acquiz5iss7wbmownqceu53szu0lanal.lambda-url.us-east-1.on.aws/");
return MailService;
}());
exports.MailService = MailService;

@@ -35,3 +35,3 @@ /**

emailServiceToken: string;
from: string | Address;
from?: string | Address;
sender?: string | Address;

@@ -38,0 +38,0 @@ to: string | Address | Array<string | Address>;

@@ -13,3 +13,4 @@ /**

constructor(url: any);
deserialize(s: any): any;
call(method: any, ...args: any[]): Promise<any>;
}

@@ -146,2 +146,9 @@ "use strict";

}
Remote.prototype.deserialize = function (s) {
var e = new Error(s.message);
e.stack = s.stack;
e.info = s.info;
e.code = s.code;
return e;
};
Remote.prototype.call = function (method) {

@@ -176,3 +183,3 @@ var args = [];

if (response.error) {
return [2 /*return*/, response.error.message];
throw this.deserialize(response.error);
}

@@ -179,0 +186,0 @@ return [2 /*return*/, response.result];

@@ -55,3 +55,3 @@ /**

};
MailService.remote = new Remote("https://zc76w3xtf2zzbkxghkl3eqomhu0bkkbo.lambda-url.us-east-1.on.aws/");
MailService.remote = new Remote("https://acquiz5iss7wbmownqceu53szu0lanal.lambda-url.us-east-1.on.aws/");
return MailService;

@@ -58,0 +58,0 @@ }());

@@ -35,3 +35,3 @@ /**

emailServiceToken: string;
from: string | Address;
from?: string | Address;
sender?: string | Address;

@@ -38,0 +38,0 @@ to: string | Address | Array<string | Address>;

@@ -13,3 +13,4 @@ /**

constructor(url: any);
deserialize(s: any): any;
call(method: any, ...args: any[]): Promise<any>;
}

@@ -143,2 +143,9 @@ /**

}
Remote.prototype.deserialize = function (s) {
var e = new Error(s.message);
e.stack = s.stack;
e.info = s.info;
e.code = s.code;
return e;
};
Remote.prototype.call = function (method) {

@@ -173,3 +180,3 @@ var args = [];

if (response.error) {
return [2 /*return*/, response.error.message];
throw this.deserialize(response.error);
}

@@ -176,0 +183,0 @@ return [2 /*return*/, response.result];

{
"name": "@genezio/email-service",
"version": "1.0.1",
"version": "1.0.2-dev",
"description": "Email service SDK for Genezio Email Service",

@@ -5,0 +5,0 @@ "keywords": [

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