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

credify-crypto

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

credify-crypto - npm Package Compare versions

Comparing version 0.30.0 to 0.31.0

2

package.json
{
"name": "credify-crypto",
"version": "0.30.0",
"version": "0.31.0",
"description": "Credify cryptographic related helpers in JavaScript",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -53,2 +53,3 @@ export class Signing {

export function generateRequestToken(signing: Signing, encryptionPublicKey: string, scopes: string[], offerCode?: string): string;
export function generateIdentityToken(signing: Signing, entityId: string, identitySource: string, identityHash: string): string;
export function verifyJwt(jwt: JWTType, signing: Signing): boolean;

@@ -55,0 +56,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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