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

ts-rsql-query

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-rsql-query - npm Package Versions

1.3.4

Diff

Changelog

Source

v1.3.4

Bugfix:

  • Fix Boolean value based plugins do not work with validation (in case of typed selector values) and will fail with unexpected error.
  • Plugin configuration section of README.md updated.

IMPORTANT NOTE: the fix affects boolean-value-based plugins (like the provided IsNullPlugin) which might be created by developers so far in a "non-backwards-compatible" way.

Migration path: add allowedValues: : [ 'value1', value2, ...] to your RsqlOperatorPlugin configuration to enable a proper functionality of your custom plugin.

Internals:

  • Tests added for fix.
  • Added new Makefile target: tl to execute live-DB tests.
  • Fix lastModified selector-column mapping in TestQueryConfig (column was configured case-sensitive in DB but not in selector).
massfords
published 1.3.2 •

Changelog

Source

v1.3.2

Bugfixes:

  • Fix No wildcard(s) support for != operator.
  • Fixed a bug where RsqlOperatorPluginToSqlOptions.keywordsLowerCase was not passed to the options when it would be configured to true.
  • Corrected implementation examples for plugin section in (./README.md#plugins).

Internals:

  • Added some bugfix related (non-)equality tests to live-DB.
  • Git- and npm-ignored .vscode/ folder.
  • Fixed internal function toSqlOperator to return SQL = for RSQL == operator (actually, case was never used before, but now it is used and fixed therefore).
  • Added some bugfix related (non-)equality tests to live-DB.
massfords
published 1.3.1 •

Changelog

Source

v1.3.1

Internals:

  • Update ``tonode-version: 20.x.
massfords
published 1.2.0 •

Changelog

Source

v1.0.0 - v1.2.0

Initial Implementation and bugfixes.

massfords
published 1.1.3 •

massfords
published 1.1.2 •

massfords
published 1.1.1 •

massfords
published 1.1.0 •

massfords
published 1.0.0 •

Changelog

Source

v1.0.0 - v1.2.0

Initial Implementation and bugfixes.

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