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

@openpgp/hkp-client

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openpgp/hkp-client - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

LICENSE

5

package.json
{
"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": {

2

src/hkp.d.ts

@@ -1,4 +0,4 @@

export class HKP {
export default class HKP {
constructor(keyServerBaseUrl?: string);
public lookup(options: { keyid?: string, query?: string }): Promise<string | undefined>;
}
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