Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remult

Package Overview
Dependencies
Maintainers
0
Versions
631
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Versions

1
63

0.22.6-exp.2

Diff

noamhonig
published 0.27.12 •

Changelog

Source

[0.27.12] 2024-09-05

  • added $not to value comparison: {where:{id:{ $not:1 }}}} for improved readability
  • removed group option from aggregate
  • Added unique id validations to all databases
  • Verified that all databases add missing columns on ensureSchema
  • Removed the deprecated behavior where if no entities array was sent to remult server, all entities were served
  • Removed the deprecated web sql data provider, since no browsers support it - us the OpfsEntityDataProvider instead
  • Changed id signature in EntityOptions to also allow id:'code' & id:['company','code'] for compound id columns
  • Fix to remult admin
noamhonig
published 0.27.11 •

Changelog

Source

[0.27.11] 2024-09-04

  • Potential breaking change change the http status code of exceptions thrown in backend method from 500 to 400
noamhonig
published 0.27.10 •

Changelog

Source

[0.27.10] 2024-09-03

  • Fix for minor typing issue regarding field | null | undefined
noamhonig
published 0.27.9 •

Changelog

Source

[0.27.9] 2024-09-02

  • Fix for minor issue in knex
noamhonig
published 0.27.8 •

Changelog

Source

[0.27.8] 2024-09-02

  • More great improvements to remult admin by jycouet
  • Added groupBy & aggregate to Repository
    repo(Employee).groupBy({
      group: ['country', 'city'],
      sum: ['salary'],
      where: {
        salary: {
          $gt: 2000,
        },
      },
    })
    
    Checkout this example video
noamhonig
published 0.27.8-next.4 •

noamhonig
published 0.27.8-next.3 •

noamhonig
published 0.27.8-next.2 •

noamhonig
published 0.27.8-next.1 •

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