@splitmedialabs/supermailer-node
Advanced tools
Comparing version 3.2.0 to 3.3.0-beta.1
@@ -18,2 +18,3 @@ import { AxiosInstance } from 'axios'; | ||
recipientName?: string; | ||
forceSend?: boolean; | ||
} | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "@splitmedialabs/supermailer-node", | ||
"version": "3.3.0-beta.1", | ||
"description": "Node JS library for Supermailer.", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
"types": "index.d.ts", | ||
"repository": "https://github.com/SplitmediaLabsLimited/supermailer-node", | ||
"homepage": "https://github.com/SplitmediaLabsLimited/supermailer-node", | ||
"bugs": "https://github.com/SplitmediaLabsLimited/supermailer-node/issues", | ||
"repository": "https://github.com/SplitmediaLabsLimited/supermailer-node", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"engines": { | ||
"node": ">= 8" | ||
}, | ||
"types": "index.d.ts", | ||
"scripts": { | ||
"test": "TZ=UTC jest --watch", | ||
"pushpublish": "git push && npm publish" | ||
"pushpublish": "git push && npm publish", | ||
"test": "TZ=UTC jest --watch" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
}, | ||
"dependencies": { | ||
@@ -27,5 +27,9 @@ "axios": "^0.26.0", | ||
}, | ||
"jest": { | ||
"testEnvironment": "node" | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"volta": { | ||
"node": "16.15.0", | ||
"yarn": "1.22.18" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
module.exports.argsValidation = function() { | ||
module.exports.argsValidation = function () { | ||
const args = this; | ||
@@ -3,0 +3,0 @@ const functionName = args.callee.name; |
@@ -28,3 +28,3 @@ const Recipient = require('../Recipient'); | ||
this.Recipient = function(email) { | ||
this.Recipient = function (email) { | ||
if (typeof email !== 'string') { | ||
@@ -31,0 +31,0 @@ throw new Error('You need to pass an email string as the only parameter to this function.'); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20352
471
1
1