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.5.3 to 10.5.4

10

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

@@ -54,2 +54,12 @@ declare namespace jsrsasign.KJUR.crypto {

/**
* generate public key for EC private key
* @return associative array of hexadecimal string of private and public key
* @example
* var ec = new KJUR.crypto.ECDSA({'curve': 'secp256r1', 'prv': prvHex});
* var pubhex = ec.generatePublicKeyHex(); // hexadecimal string of EC public key
* var pub ec.getPublicKeyXYHex() → { x: '01bacf...', y: 'c3bc22...' }
*/
generatePublicKeyHex(): string;
/**
* signing to message hash

@@ -56,0 +66,0 @@ * @param hashHex hexadecimal string of hash value of signing message

4

jsrsasign/package.json
{
"name": "@types/jsrsasign",
"version": "10.5.3",
"version": "10.5.4",
"description": "TypeScript definitions for jsrsasign",

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

"dependencies": {},
"typesPublisherContentHash": "7706e66923c945f0e095e4a57bd145603fe129080af5aa0c94da47b86a092c97",
"typesPublisherContentHash": "c6da4ab7c0ab176145b6dc36f3f97c99162d6a051bf6603bb32961474628d22f",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Sun, 11 Sep 2022 12:32:42 GMT
* Last updated: Wed, 28 Sep 2022 07:32:58 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