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

haraka-dsn

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-dsn - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

.github/dependabot.yml

12

Changes.md
### 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

16

package.json
{
"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
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