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

@depay/js-verify-signature

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depay/js-verify-signature - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

1

dist/esm/index.d.ts

@@ -5,3 +5,2 @@ declare function verify({

data: string,
saltLength: number
}): Promise<boolean>;

@@ -8,0 +7,0 @@

@@ -5,3 +5,2 @@ declare function verify({

data: string,
saltLength: number
}): Promise<boolean>;

@@ -8,0 +7,0 @@

@@ -5,3 +5,2 @@ declare function verify({

data: string,
saltLength: number
}): Promise<boolean>;

@@ -8,0 +7,0 @@

@@ -5,3 +5,2 @@ declare function verify({

data: string,
saltLength: number
}): Promise<boolean>;

@@ -8,0 +7,0 @@

2

package.json
{
"name": "@depay/js-verify-signature",
"moduleName": "DePayVerifySignature",
"version": "3.1.1",
"version": "3.1.2",
"description": "JavaScript library to verify RSA PSS SHA256 signatures with a given public key.",

@@ -6,0 +6,0 @@ "main": "dist/umd/index.js",

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