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.0 to 3.5.1

2

secp256k1/index.d.ts

@@ -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

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