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

@equinor/fusion-framework-module-http

Package Overview
Dependencies
Maintainers
3
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module-http - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

11

CHANGELOG.md

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

## 0.2.2 (2022-06-13)
### Bug Fixes
* **module-http:** reutrn fallb ack config ([8ece469](https://github.com/equinor/fusion-framework/commit/8ece469e99bd64c10a7697d49fdcc5d396737ac8))
## 0.2.1 (2022-06-10)

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

1

dist/esm/provider.js

@@ -44,2 +44,3 @@ export class ClientNotFoundException extends Error {

}
return config;
}

@@ -46,0 +47,0 @@ return keyOrConfig;

4

package.json
{
"name": "@equinor/fusion-framework-module-http",
"version": "0.2.1",
"version": "0.2.2",
"description": "",

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

},
"gitHead": "7b2e61bf8bffa9307238b32397b1ce3c5fc5380d"
"gitHead": "e4d7cad7992443920ba9549d8b3ad8c579a26522"
}

@@ -82,2 +82,3 @@ import { HttpClient } from './client';

}
return config;
}

@@ -84,0 +85,0 @@ return keyOrConfig as HttpClientOptions<TClient>;

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