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

@types/secp256k1

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/secp256k1 - npm Package Compare versions

Comparing version 3.5.2 to 3.5.3

4

secp256k1/index.d.ts

@@ -131,3 +131,3 @@ // Type definitions for secp256k1 3.5

*/
export function ecdsaVerify(message: Uint8Array, signature: Uint8Array, publicKey: Uint8Array): boolean;
export function ecdsaVerify(signature: Uint8Array, message: Uint8Array, publicKey: Uint8Array): boolean;

@@ -137,3 +137,3 @@ /**

*/
export function ecdsaRecover(message: Uint8Array, signature: Uint8Array, recovery: number, compressed?: boolean): Uint8Array;
export function ecdsaRecover(signature: Uint8Array, recovery: number, message: Uint8Array, compressed?: boolean): Uint8Array;

@@ -140,0 +140,0 @@ /**

{
"name": "@types/secp256k1",
"version": "3.5.2",
"version": "3.5.3",
"description": "TypeScript definitions for secp256k1",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "3fc09736de5f2702e222b4628fe92a1678f1feda603abf8178d468daa9cad969",
"typesPublisherContentHash": "eccafe86514758abe35b351e822e6a10d1fb042cb558c47475c30c7f532f2b89",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 30 Jan 2020 21:23:43 GMT
* Last updated: Tue, 25 Feb 2020 19:09:03 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Anler (https://github.com/anler).
These definitions were written by [Anler](https://github.com/anler).
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