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

@peculiar/acme-protocol

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

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.3 to 1.3.0

4

build/types/order.d.ts

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

*/
notBefore?: Date;
notBefore?: Date | string;
/**

@@ -77,3 +77,3 @@ * The requested value of the notAfter field in the certificate.

*/
notAfter?: Date;
notAfter?: Date | string;
}

@@ -80,0 +80,0 @@ /**

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

# [1.3.0](https://github.com/PeculiarVentures/acme-ts/compare/v1.2.13...v1.3.0) (2020-12-09)
### Features
* Use string and date types for order date fields ([62f0f53](https://github.com/PeculiarVentures/acme-ts/commit/62f0f53928cf8095e4dd2fb2f7f6856347740f67))
## [1.2.3](https://github.com/PeculiarVentures/acme-ts/compare/v1.2.2...v1.2.3) (2020-10-13)

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

{
"name": "@peculiar/acme-protocol",
"version": "1.2.3",
"version": "1.3.0",
"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": "e423e2bf1b95ca032cc533fde89f4949436274a8"
"gitHead": "b011b49c4cdb6f38d34328fc352f2bd7a965ae61"
}
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