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.7 to 10.5.8

4

jsrsasign/modules/RSAKey.d.ts

@@ -136,5 +136,5 @@ declare namespace jsrsasign {

* non-hexadecimal charactors including new lines will be ignored.
* @return returns 1 if valid, otherwise 0
* @return returns true if valid, otherwise false
*/
verifyWithMessageHash(sHashHex: string, hSig: string): 0 | 1;
verifyWithMessageHash(sHashHex: string, hSig: string): boolean;

@@ -141,0 +141,0 @@ /**

{
"name": "@types/jsrsasign",
"version": "10.5.7",
"version": "10.5.8",
"description": "TypeScript definitions for jsrsasign",

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

"dependencies": {},
"typesPublisherContentHash": "b4c838913dce585699df7f5c3b87c917a59187d96ecf4e7b3185c4d6c80a00be",
"typesPublisherContentHash": "9aeeda3ae6b279e83440897a0332b8a8ae47150bd1c65c3155d9f9565c18d751",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Fri, 17 Mar 2023 21:02:56 GMT
* Last updated: Tue, 28 Mar 2023 16:03:14 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