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 4.0.0 to 4.0.1

4

secp256k1/index.d.ts

@@ -118,3 +118,3 @@ // Type definitions for secp256k1 4.0

*/
export function ecdsaSign(message: Uint8Array, privateKey: Uint8Array, options?: SignOptions): {signature: Uint8Array, recId: number};
export function ecdsaSign(message: Uint8Array, privateKey: Uint8Array, options?: SignOptions): {signature: Uint8Array, recid: number};

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

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

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

{
"name": "@types/secp256k1",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for secp256k1",

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

},
"typesPublisherContentHash": "df85b28eb2c8b438f5898d0cf81bb43b8c1aa46d3aeb1ecbfc0150bf5d74a43d",
"typesPublisherContentHash": "ce18928fa4f48686df7b413f8247531848b8f22243b4f53778e7a3bb67f2120e",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Mon, 06 Apr 2020 20:24:14 GMT
* Last updated: Thu, 16 Apr 2020 21:35:04 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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