@types/secp256k1
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -116,3 +116,3 @@ // Type definitions for secp256k1 3.5 | ||
*/ | ||
export function sign(message: Buffer, privateKey: Buffer, options?: SignOptions): {signature: Buffer, recovery: number}; | ||
export function ecdsaSign(message: Buffer, privateKey: Buffer, options?: SignOptions): {signature: Uint8Array, recovery: number}; | ||
@@ -119,0 +119,0 @@ /** |
{ | ||
"name": "@types/secp256k1", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "TypeScript definitions for secp256k1", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/secp256k1" | ||
}, | ||
@@ -23,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "aa9409a65bd4b52b6a9b4a52e624e56c895e139dd227fdf24fc5c50b99fd3043", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "917bb8ed096265815d16fd8aa2c0453e9cce2609c83eef9047e5d7cbf4de8f18", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/secp256k1 | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/secp256k1. | ||
Additional Details | ||
* Last updated: Wed, 30 May 2018 01:28:45 GMT | ||
* Dependencies: node | ||
### Additional Details | ||
* Last updated: Mon, 27 Jan 2020 22:31:33 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Anler <https://github.com/anler>. | ||
These definitions were written by Anler (https://github.com/anler). |
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
6911