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

haraka-plugin-p0f

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-plugin-p0f - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

Changes.md

@@ -0,1 +1,6 @@

## 1.0.4 - 2019-12-23
- update to es6 classes
## 1.0.3 - 2018-05-30

@@ -2,0 +7,0 @@

2

index.js

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

if (!this.restart_interval) {
this.restart_interval = setInterval(() => { connect(); }, 5 * 1000);
this.restart_interval = setInterval(() => { this.connect(); }, 5 * 1000);
}

@@ -56,0 +56,0 @@ // Clear the receive queue

{
"name": "haraka-plugin-p0f",
"version": "1.0.3",
"version": "1.0.4",
"description": "Haraka plugin that adds TCP fingerprinting",
"main": "index.js",
"scripts": {
"lint": "node node_modules/.bin/eslint *.js test/**/*.js",
"lintfix": "node node_modules/.bin/eslint --fix *.js test/**/*.js",
"test": "mocha"
"lint": "npx eslint *.js test/*.js",
"lintfix": "npx eslint --fix *.js test/*.js",
"test": "npx mocha"
},

@@ -20,3 +20,3 @@ "repository": {

],
"author": "Haraka Team <haraka-mail@gmail.com>",
"author": "Haraka Team <haraka.mail@gmail.com>",
"license": "MIT",

@@ -28,3 +28,3 @@ "bugs": {

"devDependencies": {
"eslint": ">=3",
"eslint": ">=4",
"eslint-plugin-haraka": "*",

@@ -31,0 +31,0 @@ "haraka-test-fixtures": "*",

@@ -11,4 +11,3 @@ [![Build Status][ci-img]][ci-url]

Use TCP fingerprint info (remote computer OS, network distance, etc) to
implement more sophisticated anti-spam policies.
Supply TCP fingerprint info (remote computer OS, network distance, etc) about the remote mail server. This can be used to implement more sophisticated anti-spam policies.

@@ -15,0 +14,0 @@ This plugin inserts a _p0f_ connection note with information deduced

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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