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.0.0-beta.47 to 1.0.0-beta.48

6

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

4

dist/tokens.d.ts

@@ -7,3 +7,3 @@ import type { JWTPayload, JWSHeaderParameters } from 'jose';

}
export declare const createAuthJWT: (privateKey: KeyLike | JWK, issuer: string, audience: string, scope?: string | string[] | undefined, expiration?: string | undefined) => Promise<string>;
export declare const verifyAuthJWT: (jwt: string, publicKey: KeyLike | JWK, issuer: string, audience: string, scope?: string | string[] | undefined) => Promise<JWTVerifyResult>;
export declare const createAuthJWT: (privateKey: KeyLike | JWK, issuer: string, audience: string, scope?: string | string[], expiration?: string) => Promise<string>;
export declare const verifyAuthJWT: (jwt: string, publicKey: KeyLike | JWK, issuer: string, audience: string, scope?: string | string[]) => Promise<JWTVerifyResult>;

@@ -77,6 +77,6 @@ import type { VoidSigner, Wallet } from 'ethers';

export declare const verifyJwsSignedWithBlockchainAccount: (jws: string, accountId: string) => CredentialReference;
export declare const buildHolderUtil: (holder: string, type?: string | undefined) => string | VCTypedHolderReference;
export declare const buildHolderUtil: (holder: string, type?: string) => string | VCTypedHolderReference;
export declare const checkDateUtil: (date: string) => DateTime;
export declare const buildProofUtil: (jws: string, type: CryptographicSignatureSuiteReference, verificationMethod: string) => VCProofReference;
export declare const createVC: (issuer: string, type: string | string[] | undefined, options?: CreateVcOptions | undefined) => VCBuilderChain;
export declare const createVC: (issuer: string, type: string | string[] | undefined, options?: CreateVcOptions) => VCBuilderChain;
export declare const verifyVC: (vc: SignedVC, publicKey: KeyLike | Uint8Array | JWK | string) => Promise<CredentialReference>;
{
"name": "@windingtree/org.id-auth",
"version": "1.0.0-beta.47",
"version": "1.0.0-beta.48",
"description": "ORGiD authentication library",

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

"dependencies": {
"@windingtree/org.id-utils": "^1.0.0-beta.47",
"@windingtree/org.id-utils": "^1.0.0-beta.48",
"@windingtree/org.json-schema": "1.0.2",
"ethers": "5.5.3",
"jose": "4.3.8",
"luxon": "2.3.0"
"ethers": "5.7.1",
"jose": "4.10.0",
"luxon": "3.0.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.16.8",
"@babel/preset-env": "7.16.8",
"@babel/plugin-transform-runtime": "7.19.1",
"@babel/preset-env": "7.19.4",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@nomiclabs/hardhat-ethers": "2.0.4",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4",
"@types/karma": "6.3.2",
"@nomiclabs/hardhat-ethers": "2.2.0",
"@types/chai": "4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/karma": "6.3.3",
"@types/karma-chrome-launcher": "3.1.1",
"@types/karma-mocha": "1.3.1",
"@types/luxon": "2.0.9",
"@types/mocha": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"chai": "4.3.4",
"@types/luxon": "3.0.2",
"@types/mocha": "10.0.0",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"eslint": "8.6.0",
"karma": "6.3.11",
"eslint": "8.25.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "2.1.2",
"karma-chrome-launcher": "3.1.1",
"karma-mocha": "2.0.1",
"karma-typescript": "5.5.3",
"karma-typescript-es6-transform": "5.5.3",
"mocha": "9.1.3",
"mocha": "10.1.0",
"nyc": "15.1.0",
"ts-node": "10.4.0",
"typedoc": "0.22.10",
"typedoc-plugin-markdown": "3.11.11",
"typescript": "4.5.4"
"ts-node": "10.9.1",
"typedoc": "0.23.17",
"typedoc-plugin-markdown": "3.13.6",
"typescript": "4.8.4"
},
"gitHead": "6c6c09929ad9e561e8bd6581de2e0309f700f19f"
"gitHead": "2a5bf8ead60579a5b9f0a464cb3d01941703e666"
}

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