Socket
Socket
Sign inDemoInstall

@limetech/lime-web-components-interfaces

Package Overview
Dependencies
0
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.18.0 to 4.19.0

11

CHANGELOG.md

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

# [4.19.0](https://github.com/Lundalogik/lime-web-components/compare/v4.18.0...v4.19.0) (2021-03-23)
### Features
* **filter-service:** implement delete method to the filter service interface ([da5ef71](https://github.com/Lundalogik/lime-web-components/commit/da5ef718fa3ab760346e815345ff908d7487a377))
# [4.18.0](https://github.com/Lundalogik/lime-web-components/compare/v4.17.0...v4.18.0) (2021-03-19)

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

@@ -12,2 +12,10 @@ import { Filter } from '../../query.interface';

save(filter: Filter): Promise<void>;
/**
* Deletes the filter
*
* @param id a filter id to delete
*
* @returns {Promise<void>} a promise that will be resolved when the filter is deleted
*/
delete?(filter: Filter): Promise<void>;
}

4

package.json
{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.18.0",
"version": "4.19.0",
"author": "Lime Technologies",

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

},
"gitHead": "d8059108fb34f6994739fadd8ce6b61bc1a1275f"
"gitHead": "7c6c6f23befbe292207f9bdadd6f92270397a27a"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc