utilitas 1995.2.82 → 1995.2.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/utilitas.lite.mjs +1 -1
- package/dist/utilitas.lite.mjs.map +1 -1
- package/lib/horizon.mjs +5 -0
- package/lib/manifest.mjs +1 -1
- package/lib/ssl.mjs +12 -4
- package/lib/utilitas.mjs +10 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -384,7 +384,8 @@ Works in Node.js and modern browsers.
|
|
|
384
384
|
| SSL_RESET | String | SSL_RESET |
|
|
385
385
|
| createCsr | AsyncFunction | commonName, forge |
|
|
386
386
|
| ensureCert | AsyncFunction | domain, challengeCreate, challengeRemove, options |
|
|
387
|
-
| getCert | AsyncFunction |
|
|
387
|
+
| getCert | AsyncFunction | name |
|
|
388
|
+
| httpsServerOptions | AsyncFunction | options |
|
|
388
389
|
| init | AsyncFunction | domain, options |
|
|
389
390
|
| isLocalhost | Function | host |
|
|
390
391
|
|
|
@@ -544,7 +545,7 @@ Works in Node.js and modern browsers.
|
|
|
544
545
|
| need | AsyncFunction | name, options |
|
|
545
546
|
| newError | Function | msg, status, opt |
|
|
546
547
|
| once | Function | fn, context |
|
|
547
|
-
| parseJson | Function | any, fallback |
|
|
548
|
+
| parseJson | Function | any, fallback, options |
|
|
548
549
|
| parseVersion | Function | verstr |
|
|
549
550
|
| prettyJson | Function | object, opt |
|
|
550
551
|
| purgeEmoji | Function | any, replace |
|