Socket
Socket
Sign inDemoInstall

redux-orm

Package Overview
Dependencies
6
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.1 to 0.13.2

7

CHANGELOG.md
**Minor changes before v1.0.0 can include breaking changes.**
### 0.13.1
* Don't filter needlessly after applying foreign key indexes. Prevents applying object-based filters again after already fully satisfying their conditions using indexes. ([41ece84](https://github.com/tommikaikkonen/redux-orm/commit/41ece841c2c4b35a880f84c9c985ede6c2904abb))
* Remove attributes already looked up via index from filter clauses. After applying indexes, if additional filtering needs to occur, strip away the indexed columns from the filter object. ([278ff6f](https://github.com/tommikaikkonen/redux-orm/commit/278ff6f7d4c60880822f3cfbb11a21b2222529c1))
Removed tests, coverage reports and other unneeded files from NPM package builds. This decreased our NPM package size to around 700 kB.
### 0.13.0

@@ -4,0 +11,0 @@

4

package.json
{
"name": "redux-orm",
"version": "0.13.1",
"version": "0.13.2",
"description": "Simple ORM to manage and query your state trees",

@@ -58,2 +58,3 @@ "main": "lib/index.js",

"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"codecov": "^3.1.0",

@@ -72,2 +73,3 @@ "cross-env": "^5.2.0",

"jsdoc": "^3.5.5",
"lodash-webpack-plugin": "^0.11.5",
"rimraf": "^2.6.2",

@@ -74,0 +76,0 @@ "webpack": "^4.25.1",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc