Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-framework-module-service-discovery

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-service-discovery - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [5.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-service-discovery@5.0.1...@equinor/fusion-framework-module-service-discovery@5.0.2) (2023-01-16)
### Bug Fixes
- **legacy-interopt:** register legacy auth token resolve ([24ee4ea](https://github.com/equinor/fusion-framework/commit/24ee4eab42d4f472c8f4c8b959ce73f8f5b4dc1c))
## 5.0.1 (2023-01-16)

@@ -8,0 +14,0 @@

1

dist/types/types.d.ts

@@ -10,2 +10,3 @@ export type EnvironmentResponse = {

type?: string;
clientId: string;
services: Record<string, Service>;

@@ -12,0 +13,0 @@ };

4

package.json
{
"name": "@equinor/fusion-framework-module-service-discovery",
"version": "5.0.1",
"version": "5.0.2",
"description": "",

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

},
"gitHead": "db5b21e3de0c17930bd969a050ae7ba0b14c8a9c"
"gitHead": "641acc3c927c0aca011d567b41aa587a29169bcb"
}

@@ -11,2 +11,3 @@ export type EnvironmentResponse = {

type?: string;
clientId: string;
services: Record<string, Service>;

@@ -13,0 +14,0 @@ };

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