Skip to content

Commit

Permalink
Update(express-smtp-mailer): release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killshot13 committed Jul 22, 2021
1 parent 7d33bd6 commit f37440c
Show file tree
Hide file tree
Showing 17 changed files with 3,744 additions and 3,673 deletions.
6 changes: 3 additions & 3 deletions .env.example
@@ -1,7 +1,7 @@
SMTP_DEV_FROM="me.real@gmail.com"
SMTP_DEV_EMAIL="you.real@gmail.com"
SMTP_FROM_EMAIL="me@myemail.com"

SMTP_TO_EMAIL="you.real@gmail.com"
SMTP_TO_PASSWORD="****************"

SMTP_DEV_FROM="me.dev@ethereal.email"
SMTP_DEV_EMAIL="you.dev@ethereal.email"
SMTP_DEV_PASSWORD="****************"
18 changes: 10 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
52 changes: 26 additions & 26 deletions .github/dependabot.yml
Expand Up @@ -3,29 +3,29 @@

version: 2
updates:
- package-ecosystem: "npm"
# Files stored in repository root
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
timezone: "America/Chicago"
# Specify labels for npm pull requests
labels:
- "npm"
- "dependencies"
# Allow up to 5 open pull requests for npm dependencies
open-pull-requests-limit: 5
# Prefix all commit messages with "npm"
# include a list of updated dependencies
commit-message:
prefix: "npm"
include: "scope"
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
rebase-strategy: "auto"
# Increase the version requirements for npm only if required
versioning-strategy: "increase-if-necessary"
- package-ecosystem: 'npm'
# Files stored in repository root
directory: '/'
schedule:
interval: 'weekly'
day: 'sunday'
time: '02:00'
timezone: 'America/Chicago'
# Specify labels for npm pull requests
labels:
- 'npm'
- 'dependencies'
# Allow up to 5 open pull requests for npm dependencies
open-pull-requests-limit: 5
# Prefix all commit messages with "npm"
# include a list of updated dependencies
commit-message:
prefix: 'npm'
include: 'scope'
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: '-'
rebase-strategy: 'auto'
# Increase the version requirements for npm only if required
versioning-strategy: 'increase-if-necessary'
88 changes: 44 additions & 44 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -9,59 +9,59 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '36 16 * * 0'
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '36 16 * * 0'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
strategy:
fail-fast: false
matrix:
language: ['javascript']
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

steps:
- name: Checkout repository
uses: actions/checkout@v2
steps:
- name: Checkout repository
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
24 changes: 24 additions & 0 deletions .prettierignore
@@ -0,0 +1,24 @@
# Node build artifacts
node_modules
npm-debug.log*
npm-error.log*
yarn-debug.log*
yarn-error.log*

# Local development
.dev
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Docker
Dockerfile
docker-compose.yml

# Vendor JS files
vendor.js
main.js
maplace-active.js
34 changes: 17 additions & 17 deletions .travis.yml
@@ -1,30 +1,30 @@
on:
push:
branches: [main]
branches: [main]
pull_request:
branches: [main]
branches: [main]

os: [linux]
dist: xenial
dist: focal

language: node_js
node_js:
- "stable"
- 'stable'
cache:
directories:
- "node_modules"
directories:
- 'node_modules'

script:
- echo 'Starting Build'
- echo 'Installing Dependencies'
- npm install
- echo 'Running Tests'
- mocha
- echo 'Starting Build'
- echo 'Installing Dependencies'
- npm install
- echo 'Running Tests'
- mocha

notifications:
email:
recipients:
- dmreh@outlook.com
- m.rehnert@safethishome.com
on_success: change
on_failure: always
email:
recipients:
- dmreh@outlook.com
- m.rehnert@safethishome.com
on_success: change
on_failure: always
30 changes: 15 additions & 15 deletions CODE_OF_CONDUCT.md
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand Down Expand Up @@ -68,9 +68,9 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
<https://www.contributor-covenant.org/faq>
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Michael Rehnert
Copyright (c) 2020-2021 Michael Rehnert

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.com/killshot13/express-smtp-mailer.svg?branch=main)](https://travis-ci.com/killshot13/express-smtp-mailer) [![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/killshot13/express-smtp-mailer/graphs/traffic) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)

[v1.1.0 release notes](https://github.com/killshot13/express-smtp-mailer/releases/tag/v1.1.0)
[v1.2.0 release notes](https://github.com/killshot13/express-smtp-mailer/releases/tag/v1.2.0)

## Efficient & Secure Node Server -- Built with Express, Nodemailer, and Gmail

Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Expand Up @@ -6,6 +6,7 @@
| ------- | ------------------ |
| 1.0.2 | :white_check_mark: |
| 1.1.0 | :white_check_mark: |
| 1.2.0 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit f37440c

Please sign in to comment.