@openpgp/hkp-client
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@openpgp/hkp-client", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A client for the OpenPGP HTTP Keyserver Protocol (HKP) in order to lookup and upload keys on standard public key servers.", | ||
@@ -13,3 +13,4 @@ "main": "src/hkp.js", | ||
"scripts": { | ||
"test": "mocha test/hkp.js" | ||
"test": "mocha test/hkp.js", | ||
"postversion": "git push && git push --tags && npm publish" | ||
}, | ||
@@ -16,0 +17,0 @@ "repository": { |
@@ -1,4 +0,4 @@ | ||
export class HKP { | ||
export default class HKP { | ||
constructor(keyServerBaseUrl?: string); | ||
public lookup(options: { keyid?: string, query?: string }): Promise<string | undefined>; | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
22364
6