Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

haraka-config

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-config - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

.github/dependabot.yml

4

Changes.md
## NEXT - 202Y-MM-DD
## 1.0.20 - 2021-09-01
- update YAML dep to v4
## 1.0.19 - 2021-06-10

@@ -6,0 +10,0 @@

10

package.json

@@ -6,3 +6,3 @@ {

"description": "Haraka's config file loader",
"version": "1.0.19",
"version": "1.0.20",
"homepage": "http://haraka.github.io",

@@ -15,6 +15,6 @@ "repository": {

"engines": {
"node": ">= 10"
"node": ">= 12"
},
"dependencies": {
"js-yaml": "^3.13.1"
"js-yaml": "^4.1.0"
},

@@ -25,5 +25,5 @@ "optionalDependencies": {

"devDependencies": {
"eslint": "*",
"eslint": ">=6",
"eslint-plugin-haraka": "*",
"mocha": "*"
"mocha": ">=8"
},

@@ -30,0 +30,0 @@ "bugs": {

@@ -7,3 +7,3 @@ 'use strict';

exports.load = (name) => {
return yaml.safeLoad(fs.readFileSync(name, 'utf8'));
return yaml.load(fs.readFileSync(name, 'utf8'));
}

@@ -10,0 +10,0 @@

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