@root/greenlock
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -17,4 +17,2 @@ 'use strict'; | ||
var promisify = require('util').promisify; | ||
var caches = {}; | ||
@@ -21,0 +19,0 @@ |
{ | ||
"name": "@root/greenlock", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "The easiest Let's Encrypt client for Node.js and Browsers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://rootprojects.org/greenlock/", |
@@ -7,2 +7,3 @@ 'use strict'; | ||
var spawnSync = require('child_process').spawnSync; | ||
var promisify = require('util').promisify; | ||
@@ -31,5 +32,13 @@ // Exported for CLIs and such to override | ||
} catch (e) { | ||
console.error("Could not load '%s'", modname); | ||
console.error('Did you install it?'); | ||
console.error('\tnpm install --save %s', modname); | ||
throw e; | ||
// Fun experiment, bad idea | ||
/* | ||
return P._install(modname).then(function() { | ||
return require(modname); | ||
}); | ||
*/ | ||
} | ||
@@ -36,0 +45,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84327
2312
7