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

@root/greenlock

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@root/greenlock - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

1

lib/init.js

@@ -127,3 +127,2 @@ 'use strict';

//var mkdirp = promisify(require("@root/mkdirp"));
opts.configFile = path.join(

@@ -130,0 +129,0 @@ path.resolve(opts.packageRoot, opts.configDir),

8

package.json
{
"name": "@root/greenlock",
"version": "4.0.4",
"version": "4.0.5",
"description": "The easiest Let's Encrypt client for Node.js and Browsers",

@@ -42,7 +42,7 @@ "homepage": "https://rootprojects.org/greenlock/",

"@greenlock/manager": "^3.1.0",
"@root/acme": "^3.0.9",
"@root/acme": "^3.1.0",
"@root/csr": "^0.8.1",
"@root/keypairs": "^0.9.0",
"@root/keypairs": "^0.10.0",
"@root/mkdirp": "^1.0.0",
"@root/request": "^1.4.2",
"@root/request": "^1.6.1",
"acme-http-01-standalone": "^3.0.5",

@@ -49,0 +49,0 @@ "cert-info": "^1.5.1",

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

// init, zones, set, get, remove
// init, zones, set, get, remove, propagationDelay
if (ch.init) {

@@ -187,2 +187,5 @@ if (2 === ch.init.length) {

}
if("number" === typeof ch.propagationDelay) {
gch.propagationDelay = ch.propagationDelay;
}

@@ -189,0 +192,0 @@ return gch;

@@ -86,3 +86,4 @@ # New Documentation & [v4 Migration Guide](https://git.rootprojects.org/root/greenlock.js/src/branch/master/MIGRATION_GUIDE.md)

var greenlock = Greenlock.create({
configDir: './greenlock.d/config.json',
packageRoot: __dirname,
configDir: "./greenlock.d/",
packageAgent: pkg.name + '/' + pkg.version,

@@ -181,3 +182,3 @@ maintainerEmail: pkg.author,

var gl = Greenlock.create({
configDir: './greenlock.d/config.json',
configDir: './greenlock.d/',

@@ -184,0 +185,0 @@ // Staging for testing environments

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