@libp2p/auto-tls
Advanced tools
Comparing version 1.0.2 to 1.0.3-b56d91884
{ | ||
"name": "@libp2p/auto-tls", | ||
"version": "1.0.2", | ||
"version": "1.0.3-b56d91884", | ||
"description": "Automatically acquire a <peerId>.libp2p.direct TLS certificate", | ||
@@ -50,8 +50,8 @@ "license": "Apache-2.0 OR MIT", | ||
"@chainsafe/is-ip": "^2.0.2", | ||
"@libp2p/crypto": "^5.0.8", | ||
"@libp2p/crypto": "5.0.9-b56d91884", | ||
"@libp2p/http-fetch": "^2.1.0", | ||
"@libp2p/interface": "^2.3.0", | ||
"@libp2p/interface-internal": "^2.2.1", | ||
"@libp2p/keychain": "^5.0.11", | ||
"@libp2p/utils": "^6.3.0", | ||
"@libp2p/interface": "2.4.0-b56d91884", | ||
"@libp2p/interface-internal": "2.2.2-b56d91884", | ||
"@libp2p/keychain": "5.0.12-b56d91884", | ||
"@libp2p/utils": "6.3.1-b56d91884", | ||
"@multiformats/multiaddr": "^12.3.3", | ||
@@ -68,4 +68,4 @@ "@multiformats/multiaddr-matcher": "^1.6.0", | ||
"devDependencies": { | ||
"@libp2p/logger": "^5.1.5", | ||
"@libp2p/peer-id": "^5.0.9", | ||
"@libp2p/logger": "5.1.6-b56d91884", | ||
"@libp2p/peer-id": "5.0.10-b56d91884", | ||
"aegir": "^45.0.5", | ||
@@ -72,0 +72,0 @@ "datastore-core": "^10.0.2", |
@@ -28,3 +28,3 @@ # @libp2p/auto-tls | ||
When a publicly dialable address is detected, use the p2p-forge service at | ||
<https://registration.libp2p.direct> to acquire a valid Let's Encrypted-backed | ||
<https://registration.libp2p.direct> to acquire a valid Let's Encrypt-backed | ||
TLS certificate, which the node can then use with the relevant transports. | ||
@@ -31,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97992
37
1701
1
+ Added@libp2p/crypto@5.0.9-b56d91884(transitive)
+ Added@libp2p/interface@2.4.0-b56d91884(transitive)
+ Added@libp2p/interface-internal@2.2.2-b56d91884(transitive)
+ Added@libp2p/keychain@5.0.12-b56d91884(transitive)
+ Added@libp2p/utils@6.3.1-b56d91884(transitive)
- Removed@libp2p/keychain@5.0.12(transitive)