Socket
Socket
Sign inDemoInstall

@ambassify/email-client

Package Overview
Dependencies
41
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 4.0.0

2

babel.config.js
module.exports = {
targets: 'extends @ambassify/browserslist-config, node >=12',
targets: 'extends @ambassify/browserslist-config, node >=16',
presets: [ '@babel/preset-env' ],

@@ -4,0 +4,0 @@ plugins: [

@@ -14,2 +14,8 @@ # Changelog

## 4.0.0
#### :boom: Breaking Change
- Drop support for Node <16
## 3.0.2

@@ -58,87 +64,1 @@

- `contactOrganization`: users the `/organization/:id/contact` endpoint to send a contact email to the organization's contact address, they will be in the branding of that organization.
{
"name": "@ambassify/email-client",
"version": "3.0.3",
"version": "4.0.0",
"description": "API Client for email service",
"engines": {
"node": ">=12"
"node": ">=16"
},

@@ -20,3 +20,3 @@ "main": "src/index.js",

"dependencies": {
"@ambassify/ambassify-client": "^5.0.3",
"@ambassify/ambassify-client": "^6.0.0",
"@ambassify/url-extensions": "^2.1.0"

@@ -50,3 +50,3 @@ },

},
"gitHead": "ced9e9fba8ed12d23d9a91f575f466cc2c98e99b"
"gitHead": "a6abc654750304429b90dd155e8cbd406d3f706e"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc