Socket
Book a DemoInstallSign in
Socket

@fundwave/oidc-consumer

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fundwave/oidc-consumer - npm Package Compare versions

Comparing version

to
1.1.3-fix-unable-to-locate.14

2

dist/test/index.test.js

@@ -31,3 +31,3 @@ "use strict";

const connect_firestore_1 = require("@google-cloud/connect-firestore");
const index_1 = __importDefault(require("../src/index"));
const index_1 = __importDefault(require("../dist/cjs/src/index"));
const sinon = __importStar(require("sinon"));

@@ -34,0 +34,0 @@ const sinon_express_mock_1 = require("sinon-express-mock");

{
"name": "@fundwave/oidc-consumer",
"version": "1.1.3-fix-unable-to-locate.13",
"version": "1.1.3-fix-unable-to-locate.14",
"description": "OIDC consumer middlewares and utilities",

@@ -21,3 +21,3 @@ "types": "dist/index.d.ts",

"predocs": "npm run build",
"docs": "npx jsdoc-to-markdown dist/index.js > DOCUMENTATION.md",
"docs": "npx jsdoc-to-markdown dist/src/index.js > DOCUMENTATION.md",
"prepublish": "npm run docs",

@@ -50,2 +50,3 @@ "test": "jest"

"jest": "^29.7.0",
"jsdoc-to-markdown": "^8.0.1",
"sinon": "^17.0.2",

@@ -52,0 +53,0 @@ "sinon-express-mock": "^2.2.1",

Sorry, the diff of this file is not supported yet