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

@types/elliptic

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/elliptic - npm Package Compare versions

Comparing version 6.4.11 to 6.4.12

13

elliptic/index.d.ts

@@ -13,3 +13,4 @@ // Type definitions for elliptic 6.4

export type BNInput = string | BN | number | Buffer | Uint8Array | number[];
export type BNInput = string | BN | number | Buffer | Uint8Array | ReadonlyArray<number>;
export type SignatureInput = ec.Signature | ec.SignatureOptions | Uint8Array | ReadonlyArray<number> | string;

@@ -208,3 +209,3 @@ export const version: number;

msg: BNInput,
signature: ec.Signature | ec.SignatureOptions,
signature: SignatureInput,
key: Buffer | ec.KeyPair,

@@ -215,3 +216,3 @@ enc?: string

msg: BNInput,
signature: ec.Signature | ec.SignatureOptions,
signature: SignatureInput,
j: number,

@@ -222,3 +223,3 @@ enc?: string

e: Error | undefined,
signature: ec.Signature | ec.SignatureOptions,
signature: SignatureInput,
Q: BN,

@@ -273,3 +274,3 @@ enc?: string

msg: BNInput,
signature: Signature | SignatureOptions | string
signature: SignatureInput
): boolean;

@@ -284,3 +285,3 @@ inspect(): string;

constructor(options: SignatureOptions | Signature, enc?: string);
constructor(options: SignatureInput, enc?: string);

@@ -287,0 +288,0 @@ toDER(enc?: string | null): any; // ?

{
"name": "@types/elliptic",
"version": "6.4.11",
"version": "6.4.12",
"description": "TypeScript definitions for elliptic",

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

},
"typesPublisherContentHash": "1f92880e47b78d675596bb0c8c6c18be91a7dad98f09df92fe5435b1d9db3e73",
"typesPublisherContentHash": "99aa17b1a99f72ed7922d16928293777654af335ba85f4a08dc6a48c5dd4a318",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Thu, 09 Jan 2020 22:07:44 GMT
* Last updated: Wed, 22 Jan 2020 00:40:54 GMT
* Dependencies: [@types/bn.js](https://npmjs.com/package/@types/bn.js)

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

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