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

@mongodb-js/oidc-mock-provider

Package Overview
Dependencies
Maintainers
33
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/oidc-mock-provider - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

1

dist/index.d.ts

@@ -17,2 +17,3 @@ /// <reference types="node" />

hostname?: string;
additionalIssuerMetadata?: () => Record<string, unknown>;
}

@@ -19,0 +20,0 @@ export declare class OIDCMockProvider {

@@ -75,2 +75,3 @@ "use strict";

device_authorization_endpoint: new URL('/device', this.issuer).toString(),
...this.config.additionalIssuerMetadata?.(),
};

@@ -77,0 +78,0 @@ break;

4

package.json

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/mongodb-js/devtools-shared",
"version": "0.7.1",
"version": "0.8.0",
"repository": {

@@ -76,3 +76,3 @@ "type": "git",

},
"gitHead": "cafc71a3edffef01f977d53258defffdc5d7be9f"
"gitHead": "3ccd22fce39245261ae489f5d1164ac1b18559df"
}

Sorry, the diff of this file is not supported yet

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