Socket
Socket
Sign inDemoInstall

nukak

Package Overview
Dependencies
2
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

0.4.6

Diff

rogerpadilla
published 0.4.2 •

rogerpadilla
published 0.3.5 •

rogerpadilla
published 0.3.2 •

Changelog

Source

[0.3.2] - 2023-10-24

  • Improve usage examples in the README.md, and make the overview section more concise.
rogerpadilla
published 0.3.1 •

Changelog

Source

[0.3.1] - 2023-10-19

  1. Remove $group and $having as they detriment type safety as currently implemented (support may be redesigned later if required).
  2. Improve type safety of $project operator.
  3. Improve type safety of $filter operator.
  4. Remove projection operators ($count, $min, $max, $min, and $sum) as they detriment type safety as currently implemented. This can be done via Virtual fields instead as currently supported for better type safety.
rogerpadilla
published 0.3.0 •

Changelog

Source

[0.3.0] - 2023-10-18

  • Add support for transaction operations using a QuerierPool. Automatically wraps the code of the callback inside a transaction, and auto-releases the querier after running.

  • Update dependencies.

    const ids = await querierPool.transaction(async (querier) => {
      const data = await querier.findMany(...);
      const ids = await querier.insertMany(...);
      return ids;
    });
    
rogerpadilla
published 0.2.32 •

rogerpadilla
published 0.2.31 •

rogerpadilla
published 0.2.30 •

rogerpadilla
published 0.2.25 •

234567Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc