Comparing version 0.0.3 to 0.0.4
@@ -27,3 +27,2 @@ #!/usr/bin/env node | ||
fetch(config.cert).then(r => r.text()).then(cert => { | ||
console.log(cert); | ||
const publicKey = ec.keyFromPublic(cert); | ||
@@ -30,0 +29,0 @@ |
{ | ||
"name": "ellx", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ELLX resource server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
5307
95