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

database-proxy

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-proxy - npm Package Versions

0.6.0-alpha.5

Diff
maslow
published 0.6.0-alpha.5 •

Changelog

Source

0.6.0-alpha.5 (2021-10-14)

Bug Fixes

  • db-ql: restore the code field in query result (decaeec)

Features

  • dbm: impl db schema; impl create db; (2f29bfd)
maslow
published 0.6.0-alpha.4 •

Changelog

Source

0.6.0-alpha.4 (2021-10-07)

Bug Fixes

  • db-proxy: remove stale objectid logic (56ba516)
  • db-ql: remove res data format (8064384)

Features

  • sys-server: rewrite all db orm in sys server, use mongo db api instead (2c54c05)
maslow
published 0.6.0-alpha.3 •

Changelog

Source

0.6.0-alpha.3 (2021-10-07)

Bug Fixes

  • sys-server: fix ACCOUNT_DEFAULT_APP_QUOTA's type (ffb2d08)

Features

  • db-proxy: abandon ObjectId type support use string instead (b97066a)
  • db-ql: add generate string id support (7f01d5d)
maslow
published 0.6.0-alpha.0 •

Changelog

Source

0.6.0-alpha.0 (2021-10-06)

Bug Fixes

  • use db distinct to refact tags retreiving (abf40ce)

Performance Improvements

  • memory: remove ts pkg (compile) to reduce 20mb memory useage; (67b36c4)