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

@equinor/fusion-framework-module-context

Package Overview
Dependencies
Maintainers
3
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 1.1.0

6

CHANGELOG.md

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

## 1.1.0 (2022-12-05)
### Features
- **contextselector:** cli context selector ([f414466](https://github.com/equinor/fusion-framework/commit/f4144668e4deee32ed229807d81a0ea08ba5a476))
## 1.0.1 (2022-12-05)

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

1

dist/types/provider.d.ts

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

queryContext(search: string): Observable<Array<ContextItem>>;
queryContextAsync(search: string): Promise<Array<ContextItem>>;
}

@@ -16,0 +17,0 @@ export declare class ContextProvider implements IContextProvider {

4

package.json
{
"name": "@equinor/fusion-framework-module-context",
"version": "1.0.1",
"version": "1.1.0",
"description": "",

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

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

@@ -28,4 +28,4 @@ import { lastValueFrom, Observable, Subscription } from 'rxjs';

currentContext: ContextItem | undefined;
queryContext(search: string): Observable<Array<ContextItem>>;
queryContextAsync(search: string): Promise<Array<ContextItem>>;
}

@@ -32,0 +32,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