Comparing version 0.1.2 to 0.1.3
@@ -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; |
{ | ||
"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
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
10
118
342474
12
6677
- Removed@types/node-forge@^0.8.6
- Removed@types/node@22.10.5(transitive)
- Removed@types/node-forge@0.8.7(transitive)
- Removedundici-types@6.20.0(transitive)