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

haraka-constants

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-constants - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -40,1 +40,3 @@ 'use strict';

};
exports.import(exports);

2

package.json

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

"description": "Haraka constants",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "http://haraka.github.io",

@@ -9,0 +9,0 @@ "repository": {

@@ -10,2 +10,7 @@

},
'CONT' : function (test) {
test.expect(1);
test.equal(constants.CONT, 900);
test.done();
},
'stop' : function (test) {

@@ -15,2 +20,12 @@ test.expect(1);

test.done();
},
'deny' : function (test) {
test.expect(1);
test.equal(constants.deny, 902);
test.done();
},
'DENY' : function (test) {
test.expect(1);
test.equal(constants.DENY, 902);
test.done();
}

@@ -17,0 +32,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