New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-stitch-core-services-aws-ses

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-stitch-core-services-aws-ses - npm Package Compare versions

Comparing version 4.0.0-beta-2 to 4.0.0-beta-3

LICENSE

2

lib/esm/AwsSesSendResult.d.ts
export default class AwsSesSendResult {
readonly messageId: string;
static readonly Decoder: {
decode(from: object): AwsSesSendResult;
decode(from: any): AwsSesSendResult;
};
constructor(messageId: string);
}
export default class AwsSesSendResult {
readonly messageId: string;
static readonly Decoder: {
decode(from: object): AwsSesSendResult;
decode(from: any): AwsSesSendResult;
};
constructor(messageId: string);
}
{
"name": "mongodb-stitch-core-services-aws-ses",
"version": "4.0.0-beta-2",
"version": "4.0.0-beta-3",
"main": "lib/umd/index.js",

@@ -11,2 +11,14 @@ "module": "lib/esm/index.js",

"description": "MongoDB Stitch JavaScript SDK - Core AWS SES Service",
"keywords": [
"mongodb",
"aws",
"twilio",
"http",
"mobile",
"serverless",
"stitch",
"atlas"
],
"homepage": "https://github.com/mongodb/stitch-js-sdk#readme",
"repository": "mongodb/stitch-js-sdk",
"author": "MongoDB Inc.",

@@ -29,3 +41,3 @@ "contributors": [

"dependencies": {
"mongodb-stitch-core-sdk": "^4.0.0-beta-2"
"mongodb-stitch-core-sdk": "^4.0.0-beta-3"
},

@@ -36,2 +48,3 @@ "devDependencies": {

"ts-jest": "^22.4.6",
"ts-mockito": "^2.3.0",
"tslint": "^5.10.0",

@@ -45,5 +58,5 @@ "tslint-config-prettier": "^1.13.0",

"build-module": "tsc -p tsconfig.esm.json",
"watch": "tsc -w",
"watch": "tsc -w -p tsconfig.esm.json",
"test": "jest",
"lint": "tslint src/**/*.ts",
"lint": "tslint src/**/*.ts __tests__/**/*.ts",
"lint-fix": "tslint --fix src/**/*.ts __tests__/**/*.ts",

@@ -59,2 +72,11 @@ "lint-check": "tslint-config-prettier-check ./tslint.json",

},
"reporters": [
"default",
[
"jest-junit",
{
"output": "./build/test-results/junit.xml"
}
]
],
"transform": {

@@ -61,0 +83,0 @@ "^.+\\.tsx?$": "ts-jest"

Sorry, the diff of this file is not supported yet

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