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

nukak-sqlite

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nukak-sqlite - npm Package Versions

1
8

0.3.0

Diff

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 •

rogerpadilla
published 0.2.24 •

rogerpadilla
published 0.2.23 •

rogerpadilla
published 0.2.22 •

rogerpadilla
published 0.2.21 •

Changelog

Source

[0.2.21] 2023-04-15

  • fix(nukak-browser): check if ids are returned before use $in to delete them.

  • Reuse community open-source npm packages to escape literal-values according to each DB vendor.

rogerpadilla
published 0.2.18 •

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