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 3.0.9 to 3.0.10

2

greenlock.js

@@ -17,4 +17,2 @@ 'use strict';

var promisify = require('util').promisify;
var caches = {};

@@ -21,0 +19,0 @@

2

package.json
{
"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 @@ };

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