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

@cocreate/acme

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/acme - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.2](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.1.1...v1.1.2) (2024-01-01)
### Bug Fixes
* added proxy.createServer ([ec8e37f](https://github.com/CoCreate-app/CoCreate-acme/commit/ec8e37fbce371bd615807f290e695e2880572fb8))
## [1.1.1](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.1.0...v1.1.1) (2024-01-01)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cocreate/acme",
"version": "1.1.1",
"version": "1.1.2",
"description": "An intergration with ACME and CoCreateJS.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,3 +18,4 @@ const { Client, forge } = require('acme-client');

class CoCreateAcme {
constructor(crud) {
constructor(proxy, crud) {
this.proxy = proxy
this.crud = crud

@@ -169,3 +170,4 @@ this.init().catch(err => {

process.emit('certificateCreated', host)
// process.emit('certificateCreated', host)
this.proxy.createServer(host)

@@ -172,0 +174,0 @@ let safeKey = host.replace(/\./g, '_');

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