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

@equinor/fusion-framework-module-app

Package Overview
Dependencies
Maintainers
3
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.2 to 2.1.0

6

CHANGELOG.md

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

## [2.1.0](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-app@2.0.1...@equinor/fusion-framework-module-app@2.1.0) (2022-12-05)
### Features
- **context-selector:** header type contextselector and appcheck ([8ab0a50](https://github.com/equinor/fusion-framework/commit/8ab0a50e3f7ea3487796735c868f2e65d84fecd2))
## [2.0.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module-app@2.0.1...@equinor/fusion-framework-module-app@2.0.2) (2022-12-05)

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

1

dist/types/provider.d.ts

@@ -12,2 +12,3 @@ import { Observable } from 'rxjs';

readonly current$: Observable<AppManifest | undefined>;
current: AppManifest | undefined;
loadApp<TEnvironment = unknown, TModule = any>(appKey: string): Observable<AppBundle<TEnvironment, TModule>>;

@@ -14,0 +15,0 @@ }

4

package.json
{
"name": "@equinor/fusion-framework-module-app",
"version": "2.0.2",
"version": "2.1.0",
"description": "",

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

},
"gitHead": "3bb1fed86aad515b594dad564444575ef552d87d"
"gitHead": "853945f3f7e97bc5370ce68c4f9d6b513bbac5c5"
}

@@ -40,3 +40,3 @@ import {

readonly current$: Observable<AppManifest | undefined>;
current: AppManifest | undefined;
loadApp<TEnvironment = unknown, TModule = any>(

@@ -43,0 +43,0 @@ appKey: string

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