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 0.2.0 to 0.2.1

11

CHANGELOG.md

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

## 0.2.1 (2022-03-14)
### Bug Fixes
* **service-discovery:** include uri in service ([#46](https://github.com/equinor/fusion-framework/issues/46)) ([3287d69](https://github.com/equinor/fusion-framework/commit/3287d69e23a5bccce8a9e762886340733f9c5447))
# [0.2.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-service-discovery@0.1.1...@equinor/fusion-framework-module-service-discovery@0.2.0) (2022-02-15)

@@ -8,0 +19,0 @@

1

dist/esm/configurator.js

@@ -7,2 +7,3 @@ const defaultSelector = async (response) => {

clientId: env.clientId,
uri: service.uri,
defaultScopes: [env.clientId + '/.default'],

@@ -9,0 +10,0 @@ },

4

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

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

},
"gitHead": "075883ab8865523aef6a373e4aeccf1c54c095b4"
"gitHead": "ca51042b6cfe4d543c2a7025051c9ea8029a5a7b"
}

@@ -18,2 +18,3 @@ import type { Environment, EnvironmentResponse } from './types';

clientId: env.clientId,
uri: service.uri,
defaultScopes: [env.clientId + '/.default'],

@@ -20,0 +21,0 @@ },

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