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.19.0 to 4.20.0

11

CHANGELOG.md

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

# [4.20.0](https://github.com/Lundalogik/lime-web-components/compare/v4.19.0...v4.20.0) (2021-04-01)
### Features
* **route-service:** add optional params when routing to table ([265443e](https://github.com/Lundalogik/lime-web-components/commit/265443e0d456203654788b8d57a7a5c591becbf2))
# [4.19.0](https://github.com/Lundalogik/lime-web-components/compare/v4.18.0...v4.19.0) (2021-03-23)

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

3

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

@@ -23,4 +23,5 @@ import { Expression } from '../query.interface';

* @param {Expression} filter filter expression to apply to the table
* @param {Record<string, any>} params params to use when routing to the table
*/
table(limetype: string, filter?: Expression): any;
table(limetype: string, filter?: Expression, params?: Record<string, any>): any;
}
{
"name": "@limetech/lime-web-components-interfaces",
"version": "4.19.0",
"version": "4.20.0",
"author": "Lime Technologies",

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

},
"gitHead": "7c6c6f23befbe292207f9bdadd6f92270397a27a"
"gitHead": "8a1d20e1458ab1aa9e62d6dfaa676d3970da59a0"
}
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