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 9.0.3 to 10.2.0

2

jsrsasign/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for jsrsasign 9.0
// Type definitions for jsrsasign 10.2
// Project: https://github.com/kjur/jsrsasign

@@ -3,0 +3,0 @@ // Definitions by: Florian Imdahl <https://github.com/ffflorian>

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

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

@@ -116,0 +116,0 @@ /**

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

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

"dependencies": {},
"typesPublisherContentHash": "cb0017e336439e07e1b68557c91faf624a6ec7e41dfe07181e6a46ed43ab74d7",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "491c575f7079ff9de3680897beecb809e2f379d690e69b5cb4fda247f9111bdb",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Mon, 03 Jan 2022 21:01:35 GMT
* Last updated: Thu, 17 Mar 2022 20:31:45 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