Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-interfaces - npm Package Compare versions

Comparing version 4.47.0 to 4.47.4

11

CHANGELOG.md

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

## [4.47.4](https://github.com/Lundalogik/lime-web-components/compare/v4.47.3...v4.47.4) (2022-06-17)
### Bug Fixes
* **interfaces:** avoid exposing Observable type ([c389e19](https://github.com/Lundalogik/lime-web-components/commit/c389e196197136f84dd2e3073562a61265e863f2))
# [4.47.0](https://github.com/Lundalogik/lime-web-components/compare/v4.46.0...v4.47.0) (2022-05-27)

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

4

dist/service/state-service.interface.d.ts

@@ -1,2 +0,2 @@

import { Observable } from 'rxjs';
import { Subscribable } from 'rxjs';
import { LimeWebComponentContext } from '../lime-web-component-context.interface';

@@ -38,3 +38,3 @@ /**

*/
context?: Observable<LimeWebComponentContext>;
context?: Subscribable<LimeWebComponentContext> | null;
}

@@ -41,0 +41,0 @@ export * from './state/config-service.interface';

{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.47.0",
"version": "4.47.4",
"author": "Lime Technologies",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

},
"gitHead": "79f08dda9e43a7682a2ca49f8541bd1694dffa63"
"gitHead": "12630f12008e7edbf643917778f0327e598aa92f"
}
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