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

@ind.ie/acme-v2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ind.ie/acme-v2 - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

3

node.js

@@ -9,2 +9,3 @@ // Copyright 2018 AJ ONeal. All rights reserved

var os = require('os')
var crossPlatformHostname = require('@small-tech/cross-platform-hostname')

@@ -145,3 +146,3 @@ var ACME = module.exports.ACME = {};

contact = options.contact.slice(0);
} else if (options.email && options.email !== os.hostname()) {
} else if (options.email && options.email !== crossPlatformHostname) {
// The madness above is to circumvent the introduction of email as a requirement

@@ -148,0 +149,0 @@ // in the Greenlock upstream. That artificial and privacy-eroding aspect has

{
"name": "@ind.ie/acme-v2",
"version": "2.1.0",
"version": "2.2.0",
"description": "Fork of acme-v2.js for use in the ACME TLS fork of Greenlock.js that removes the telemetry and the artificial and privacy-eroding email address requirement for Let’s Encrypt certificates.",

@@ -26,5 +26,5 @@ "homepage": "https://source.ind.ie/hypha/forks/acme-v2.js",

"@coolaj86/urequest": "^1.3.6",
"@ind.ie/rsa-compat": "^1.0.0"
"@ind.ie/rsa-compat": "^1.0.0",
"@small-tech/cross-platform-hostname": "^1.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