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

@types/jsrsasign

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jsrsasign - npm Package Compare versions

Comparing version 10.2.0 to 10.2.1

2

jsrsasign/modules/KJUR/crypto/ECDSA.d.ts

@@ -17,3 +17,3 @@ declare namespace jsrsasign.KJUR.crypto {

class ECDSA {
constructor(publicKey?: { curve: string; pub?: string | undefined });
constructor(publicKey?: { curve?: string | undefined; pub?: string | undefined; prv?: string | undefined });

@@ -20,0 +20,0 @@ getBigRandom(limit: number): BigInteger;

{
"name": "@types/jsrsasign",
"version": "10.2.0",
"version": "10.2.1",
"description": "TypeScript definitions for jsrsasign",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsrsasign",

"dependencies": {},
"typesPublisherContentHash": "491c575f7079ff9de3680897beecb809e2f379d690e69b5cb4fda247f9111bdb",
"typesPublisherContentHash": "03ed3c05696c9d8f68b9ee6f5b7d75645350acf6291218957867ba99fe5a387e",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Thu, 17 Mar 2022 20:31:45 GMT
* Last updated: Sun, 27 Mar 2022 22:31:42 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `jsrsasign`, `lang`

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