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 Compare versions

Comparing version 8.0.0 to 8.0.1

lib/index.d.ts

18

CHANGELOG.md
# Changelog
## `8.0.0``
## `8.0.1`
- Fix the issue #101 caused by generated declaration files path changes
## `8.0.0`
- Migrated to mobx 6
## `7.1.1``
## `7.1.1`
- Added `path` option to `Collection#create`, `Model#destroy` and `Model#save`
## `7.1.0``
## `7.1.0`
- Added `Collection#last` method
## `7.0.1``
## `7.0.1`
- One more performance improvement by optimizing `Collection#constructor` to just reset the collection
## `7.0.0``
## `7.0.0`

@@ -25,7 +29,7 @@ - Breaking: Moved indexes as getters so they are available during the first `Collection#set` call in the constructor

## `6.0.1``
## `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.
## `6.0.0``
## `6.0.0`
- Remove mustFind and mustGet methods

@@ -32,0 +36,0 @@

{
"name": "mobx-rest",
"version": "8.0.0",
"version": "8.0.1",
"description": "REST conventions for mobx.",

@@ -40,2 +40,3 @@ "jest": {

"main": "lib",
"types": "./lib/index.d.ts",
"scripts": {

@@ -63,4 +64,5 @@ "build": "yarn build:clean && rollup --config",

"lodash": "4.17.20",
"mobx": "^6.0.2"
"mobx": "^6.0.2",
"rollup-plugin-dts": "^3.0.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