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

mobx-rest

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-rest - npm Package Versions

13
8

7.0.1

Diff

Changelog

Source

7.0.1

  • One more performance improvement by optimizing Collection#constructor to just reset the collection
masylum
published 7.0.0 •

Changelog

Source

7.0.0

  • Breaking: Moved indexes as getters so they are available during the first Collection#set call in the constructor
    • Refactored Collection#set to batch all the additions so indexes are not recalculated for each addition.
    • Refactored Model#constructor to directly set the attributes instead of initialize with an empty map and replace it.
masylum
published 6.0.1 •

Changelog

Source

6.0.1

  • Fix peformance regression for set introduced in 4.0.0 with the addition of indexes: We were creating a model just to call the primaryKey method instead of just calling the prototype.
masylum
published 6.0.0 •

Changelog

Source

6.0.0

  • Remove mustFind and mustGet methods
masylum
published 5.0.7 •

Changelog

Source

5.0.7

  • Improved error messages when an invariant fails.
masylum
published 5.0.6 •

Changelog

Source

5.0.6

  • Defend some cases when data is not present.
masylum
published 5.0.5 •

Changelog

Source

5.0.5

  • Avoids add adding duplicated records and switches model.save to use add instead of set
masylum
published 5.0.3 •

Changelog

Source

5.0.3

  • Fixes another edge case when passing a model to collection.set
masylum
published 5.0.2 •

Changelog

Source

5.0.2

  • Fixes edge case when a request fails and no collection was given
masylum
published 5.0.1 •

Changelog

Source

5.0.1

  • Fixes edge case where a model without id would make collection.set fail.
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