Comparing version 1.0.3 to 1.0.4
### Unreleased | ||
### 1.0.4 - 2022-06-05 | ||
- ci: update with shared GHA workflows | ||
- ci: add node 18 testing | ||
- ci: replace travis & appveyor with github actions | ||
### 1.0.3 - 2020-01-17 | ||
@@ -20,1 +29,4 @@ | ||
- initial release | ||
[1.0.4]: https://github.com/haraka/haraka-dsn/releases/tag/1.0.4 |
{ | ||
"name": "haraka-dsn", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Haraka DSN", | ||
"engines": { | ||
"node": ">= v10.18.1" | ||
"node": ">= v14.0.0" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "npx eslint *.js test/*.js", | ||
"lintfix": "npx --fix *.js test/*.js", | ||
"cover": "npx nyc --reporter=lcov npm run test", | ||
"lint": "npx eslint *.js test", | ||
"lintfix": "npx --fix *.js test", | ||
"test": "npx mocha" | ||
@@ -30,9 +29,8 @@ }, | ||
"devDependencies": { | ||
"eslint": ">=4", | ||
"eslint": ">=8", | ||
"eslint-plugin-haraka": "*", | ||
"haraka-constants": "*", | ||
"mocha": "*" | ||
"mocha": ">=9" | ||
}, | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
[![Build Status][ci-img]][ci-url] | ||
[![Windows Build Status][ci-win-img]][ci-win-url] | ||
[![Greenkeeper badge][gk-img]][gk-url] | ||
[![Code Climate][clim-img]][clim-url] | ||
@@ -415,6 +413,4 @@ [![Code Coverage][cov-img]][cov-url] | ||
<!-- leave these buried at the bottom of the document --> | ||
[ci-img]: https://travis-ci.org/haraka/haraka-dsn.svg | ||
[ci-url]: https://travis-ci.org/haraka/haraka-dsn | ||
[ci-win-img]: https://ci.appveyor.com/api/projects/status/jl1acy5j9x277b79?svg=true | ||
[ci-win-url]: https://ci.appveyor.com/project/msimerson/haraka-dsn | ||
[ci-img]: https://github.com/haraka/haraka-dsn/actions/workflows/ci.yml/badge.svg | ||
[ci-url]: https://github.com/haraka/haraka-dsn/actions/workflows/ci.yml | ||
[cov-img]: https://codecov.io/github/haraka/haraka-dsn/coverage.svg | ||
@@ -424,5 +420,3 @@ [cov-url]: https://codecov.io/github/haraka/haraka-dsn | ||
[clim-url]: https://codeclimate.com/github/haraka/haraka-dsn | ||
[gk-img]: https://badges.greenkeeper.io/haraka/haraka-dsn.svg | ||
[gk-url]: https://greenkeeper.io/ | ||
[npm-img]: https://nodei.co/npm/haraka-dsn.png | ||
[npm-url]: https://www.npmjs.com/package/haraka-dsn |
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
29463
12
421
1