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 to 1.1.0

2

dist/tokens.d.ts
import type { JWTPayload, JWSHeaderParameters } from 'jose';
import type { KeyLike, JWK } from './keys';
import { decodeJwt } from 'jose';
export { JWTPayload, decodeJwt };
export interface JWTVerifyResult {

@@ -4,0 +6,0 @@ payload: JWTPayload;

3

dist/tokens.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.verifyAuthJWT = exports.createAuthJWT = void 0;
exports.verifyAuthJWT = exports.createAuthJWT = exports.decodeJwt = void 0;
const org_id_utils_1 = require("@windingtree/org.id-utils");
const jose_1 = require("jose");
Object.defineProperty(exports, "decodeJwt", { enumerable: true, get: function () { return jose_1.decodeJwt; } });
const jose_2 = require("jose");

@@ -7,0 +8,0 @@ const jose_3 = require("jose");

{
"name": "@windingtree/org.id-auth",
"version": "1.0.0",
"version": "1.1.0",
"description": "ORGiD authentication library",

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

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

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

},
"gitHead": "d9bdf0cb2f8e05945fb80d80aedfb4d616b3c1d8"
"gitHead": "594253e2ee90d0a8f7af5002a33e04831b0207bf"
}

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