New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@windingtree/org.id-auth

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windingtree/org.id-auth - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

dist/tokens.d.ts

@@ -21,4 +21,4 @@ import type { JWTPayload, JWSHeaderParameters } from 'jose';

};
export declare const createAuthJWTWithEthers: (signer: VoidSigner | Wallet, iss: string, aud: string, scope?: string | string[], exp?: string) => Promise<string>;
export declare const createAuthJWTWithEthers: (signer: VoidSigner | Wallet, iss: string, aud: string, scope?: string | string[], exp?: string | number) => Promise<string>;
export declare const verifyAuthJWT: (jwt: string, publicKey: KeyLike | JWK, issuer: string, audience: string, scope?: string | string[]) => Promise<JWTVerifyResult>;
export declare const verifyAuthJWTWithEthers: (jwt: string, blockchainAccountId: string, issuer: string, audience: string, scope?: string | string[]) => Promise<JWTVerifyResult>;
{
"name": "@windingtree/org.id-auth",
"version": "1.2.2",
"version": "1.2.3",
"description": "ORGiD authentication library",

@@ -44,3 +44,3 @@ "main": "dist/index.js",

"dependencies": {
"@windingtree/org.id-utils": "^1.2.2",
"@windingtree/org.id-utils": "^1.2.3",
"@windingtree/org.json-schema": "1.0.2",

@@ -81,3 +81,3 @@ "ethers": "5.7.1",

},
"gitHead": "29baf36a1cf10d6a9f5927b0a1ce84a9215a9d4b"
"gitHead": "aeffaa8c84b8204c7bfcd8babc64468f97d1cc57"
}

Sorry, the diff of this file is not supported yet

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