New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kbpgp

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kbpgp - npm Package Compare versions

Comparing version 2.1.13 to 2.1.14

yarn-error.log

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 2.1.14 (2020-04-06)
- expose BaseX to typescript
## 2.1.13 (2020-02-24)

@@ -2,0 +6,0 @@

declare module "kbpgp" {
class BaseX {
public base: number
constructor(alphabet: string)
encode(input: Buffer): string
decode(input: string): Buffer
}
export const base58: BaseX
export const base32: BaseX
export const base91: BaseX
namespace util {

@@ -3,0 +13,0 @@ function json_stringify_sorted(o: any): string;

2

package.json

@@ -10,3 +10,3 @@ {

"author": "Maxwell Krohn",
"version": "2.1.13",
"version": "2.1.14",
"license": "BSD-3-Clause",

@@ -13,0 +13,0 @@ "types": "./index.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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