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

haraka-net-utils

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-net-utils - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

6

Changes.md

@@ -5,2 +5,7 @@

### [1.5.2] - 2023-12-11
- dep(stun): use updated @msimerson/stun
### [1.5.1] - 2023-12-03

@@ -203,1 +208,2 @@

[1.5.1]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.1
[1.5.2]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.2

4

index.js

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

try {
this.stun = require('stun');
this.stun = require('@msimerson/stun');
}

@@ -317,3 +317,3 @@ catch (e) {

try {
nu.stun = require('stun');
nu.stun = require('@msimerson/stun');
}

@@ -320,0 +320,0 @@ catch (e) {

{
"name": "haraka-net-utils",
"version": "1.5.1",
"version": "1.5.2",
"description": "haraka network utilities",

@@ -32,4 +32,4 @@ "main": "index.js",

"devDependencies": {
"eslint": "^8.42.0",
"mocha": "^10.0.0",
"eslint": "^8.55.0",
"mocha": "^10.2.0",
"eslint-plugin-haraka": "*"

@@ -46,4 +46,4 @@ },

"optionalDependencies": {
"stun": "^2.1.0"
"@msimerson/stun": "^3.0.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