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

@peculiar/acme-protocol

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/acme-protocol - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

@@ -29,2 +29,6 @@ export interface DirectoryMetadata {

externalAccountRequired?: boolean;
/**
*
*/
endpoints?: string[];
}

@@ -31,0 +35,0 @@ export interface Directory {

@@ -55,2 +55,3 @@ import { Identifier } from "./identifier";

certificate?: string;
endpoint?: string;
}

@@ -110,2 +111,3 @@ export interface OrderList {

csr: string;
endpoint?: string;
}

@@ -6,2 +6,13 @@ # Change Log

## [1.2.1](https://github.com/PeculiarVentures/acme-ts/compare/v1.2.0...v1.2.1) (2020-10-09)
### Features
* **protocol:** Added endpoint ([a6742fb](https://github.com/PeculiarVentures/acme-ts/commit/a6742fb16f8246f0138bd917633dee77d695ae4f))
# [1.2.0](https://github.com/PeculiarVentures/acme-ts/compare/v1.1.0...v1.2.0) (2020-10-01)

@@ -8,0 +19,0 @@

{
"name": "@peculiar/acme-protocol",
"version": "1.2.0",
"version": "1.2.1",
"description": "Protocol objects forAutomatic Certificate Management Environment (ACME) implementing RFC 8555 framework",

@@ -44,3 +44,3 @@ "keywords": [

"homepage": "https://github.com/PeculiarVentures/acme-ts#readme",
"gitHead": "96bc092472f0c0f0aca790dcf0f1c6a6cbb4b262"
"gitHead": "f43c83432e6063ef961c825edb9dca2e1998a073"
}