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

@react-querybuilder/bulma

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/bulma - npm Package Versions

1
810
13

6.0.0-alpha.4

Diff
jakeboone02
published 6.0.0-alpha.4 •
jakeboone02
published 6.0.0-alpha.3 •
jakeboone02
published 6.0.0-alpha.2 •
jakeboone02
published 6.0.0-alpha.1 •
jakeboone02
published 5.4.1 •

Changelog

Source

[v5.4.1] - 2023-01-30

Fixed

  • [#458] Fixed parseJsonLogic output when a negated "between", "in", "contains", "beginsWith", or "endsWith" rule is the only operation.
jakeboone02
published 6.0.0-alpha.0 •
jakeboone02
published 5.4.0 •

Changelog

Source

[v5.4.0] - 2023-01-06

Changed

  • [#443] Automatically generated ids are no longer prefixed with "g-" or "r-".
  • The default border color has changed from #7f81a2 to #8081a2. This difference will almost certainly be imperceptible.

Fixed

  • [#443] generateID no longer tries to require('crypto') which should allow its use in more environments and build targets.

Added

  • [#443] New prop idGenerator can be used to override the default generateID function.
jakeboone02
published 5.3.3 •

Changelog

Source

[v5.3.3] - 2022-12-27

Fixed

  • New jsonLogicOperations option was causing parseJsonLogic to return a rule instead of a group if only one JsonLogic rule was passed in.
jakeboone02
published 5.3.2 •

Changelog

Source

[v5.3.2] - 2022-12-26

Added

  • [#434] Added jsonLogicOperations option to parseJsonLogic to enable parsing of custom operations.
jakeboone02
published 5.3.1 •

Changelog

Source

[v5.3.1] - 2022-12-23

Fixed

  • [#432] The crypto package was used in a way that didn't work in some Node environments.