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

axiom-api

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axiom-api - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

src/types.d.ts

9

build/KeyPair.d.ts

@@ -1,10 +0,1 @@

declare module "node-forge" {
namespace md {
namespace sha512 {
namespace sha256 {
function create(): any;
}
}
}
}
export default class KeyPair {

@@ -11,0 +2,0 @@ publicKey: Uint8Array;

4

package.json
{
"name": "axiom-api",
"version": "0.1.2",
"version": "0.1.3",
"description": "API for interacting with the Axiom.org platform",

@@ -22,3 +22,2 @@ "repository": {

"dependencies": {
"@types/node-forge": "^0.8.6",
"base64-js": "^1.3.1",

@@ -39,2 +38,3 @@ "isomorphic-ws": "^4.0.1",

"@types/json-stable-stringify": "^1.0.32",
"@types/node-forge": "^0.8.6",
"@types/pouchdb": "^6.4.0",

@@ -41,0 +41,0 @@ "@types/pouchdb-adapter-memory": "^6.1.3",

@@ -14,9 +14,2 @@ // An ed25519 keypair. Designed to be parallel to the Go implementation.

// node-forge is missing a typescript definition for sha512/256
declare module "node-forge" {
namespace md {
namespace sha512 { namespace sha256 { function create(): any; } }
}
}
// Decodes a Uint8Array from a base64 string.

@@ -23,0 +16,0 @@ // Adds = padding at the end, which our library requires but some do not.

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