New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-querybuilder/ts

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/ts - npm Package Versions

2345

6.2.0

Diff

Changelog

Source

[v6.2.0] - 2023-04-28

Changed

  • [#499] @react-querybuilder/material no longer loads MUI components asynchronously. Therefore, the components no longer need to be preloaded to avoid a flash of unstyled content.

Fixed

  • transformQuery with the deleteRemappedProperties option set to true (which is the default) will not attempt to delete properties that do not exist on the object (per Object.hasOwn()).
jakeboone02
published 6.2.0-alpha.3 •

jakeboone02
published 6.2.0-alpha.2 •

jakeboone02
published 6.2.0-alpha.1 •

jakeboone02
published 6.2.0-alpha.0 •

jakeboone02
published 6.1.4 •

Changelog

Source

[v6.1.4] - 2023-03-27

Fixed

  • Subpath exports for utility functions (formatQuery, transformQuery, and the parse* functions) now map to their TypeScript types and work for all module resolution strategies.
jakeboone02
published 6.1.3 •

Changelog

Source

[v6.1.3] - 2023-03-24

Fixed

  • [#491] Chakra UI components no longer have hardcoded style-related props like size, variant, and colorScheme.
  • [#491] The schema prop will no longer be passed down to Ant Design and Chakra UI components.
jakeboone02
published 6.1.2 •

Changelog

Source

[v6.1.2] - 2023-03-21

Fixed

  • parseCEL now recognizes dot-separated identifiers correctly.
jakeboone02
published 6.1.1 •

jakeboone02
published 6.1.0 •

Changelog

Source

[v6.1.0] - 2023-03-16

Fixed

  • [#488] The formatQuery option quoteFieldNamesWith now applies to values that represent field names (i.e. valueSource: 'field') when exporting to a SQL-based format.

Added

  • [#488] The formatQuery option ruleProcessor now applies to the "sql" format (though notably not the other SQL-based formats, "parameterized" and "parameterized_named"), allowing complete control over each rule's translation to SQL. The default rule processor for "sql" is exported as defaultRuleProcessorSQL.
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