@libp2p/interface-keys
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -34,3 +34,3 @@ export interface PublicKey { | ||
export declare const secp256k1 = "secp256k1"; | ||
export declare type KeyType = typeof Ed25519 | typeof RSA | typeof secp256k1; | ||
export type KeyType = typeof Ed25519 | typeof RSA | typeof secp256k1; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@libp2p/interface-keys", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Keys interface for libp2p", | ||
@@ -26,3 +26,3 @@ "license": "Apache-2.0 OR MIT", | ||
"src", | ||
"dist/src", | ||
"dist", | ||
"!dist/test", | ||
@@ -136,4 +136,7 @@ "!**/*.tsbuildinfo" | ||
"devDependencies": { | ||
"aegir": "^37.4.0" | ||
"aegir": "^37.7.3" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
} | ||
} |
@@ -14,2 +14,3 @@ # @libp2p/interface-keys <!-- omit in toc --> | ||
- [Using the Test Suite](#using-the-test-suite) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
@@ -43,2 +44,6 @@ - [Contribute](#contribute) | ||
## API Docs | ||
- <https://libp2p.github.io/js-libp2p-interfaces> | ||
## License | ||
@@ -45,0 +50,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10344
10
83
57
0