New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

acme-v2

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acme-v2 - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

10

node.js

@@ -312,4 +312,2 @@ /*!

return me._request({ method: 'GET', url: ch.url, json: true }).then(function (resp) {
console.error('poll: resp.body:');
console.error(resp.body);

@@ -346,12 +344,12 @@ if ('processing' === resp.body.status) {

if (!resp.body.status) {
console.error("[acme-v2] (y) bad challenge state:");
console.error("[acme-v2] (E_STATE_EMPTY) empty challenge state:");
}
else if ('invalid' === resp.body.status) {
console.error("[acme-v2] (x) invalid challenge state:");
console.error("[acme-v2] (E_STATE_INVALID) invalid challenge state:");
}
else {
console.error("[acme-v2] (z) bad challenge state:");
console.error("[acme-v2] (E_STATE_UKN) unkown challenge state:");
}
return Promise.reject(new Error("[acme-v2] bad challenge state"));
return Promise.reject(new Error("[acme-v2] challenge state error"));
});

@@ -358,0 +356,0 @@ }

2

package.json
{
"name": "acme-v2",
"version": "1.0.4",
"version": "1.0.5",
"description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js",

@@ -5,0 +5,0 @@ "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js",

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