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

lore-actions

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lore-actions - npm Package Compare versions

Comparing version 0.13.0-beta.10 to 0.13.0-beta.11

2

es/blueprints/find.js

@@ -30,3 +30,3 @@ import _extend from 'lodash/extend';

var query = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var pagination = arguments[1];
var pagination = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

@@ -33,0 +33,0 @@ return function (dispatch) {

@@ -25,3 +25,3 @@ 'use strict';

var query = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
var pagination = arguments[1];
var pagination = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

@@ -28,0 +28,0 @@ return function (dispatch) {

{
"name": "lore-actions",
"version": "0.13.0-beta.10",
"version": "0.13.0-beta.11",
"license": "MIT",

@@ -28,3 +28,3 @@ "description": "Blueprints to reduce boilerplate for Redux actions",

"lodash": "^4.0.0",
"lore-utils": "^0.13.0-beta.10"
"lore-utils": "^0.13.0-beta.11"
},

@@ -34,3 +34,3 @@ "devDependencies": {

"chai": "^3.4.1",
"lore-models": "^0.13.0-beta.10",
"lore-models": "^0.13.0-beta.11",
"mocha": "^2.3.4",

@@ -37,0 +37,0 @@ "nock": "^3.3.2",

@@ -25,3 +25,3 @@ /* eslint consistent-return: "off" */

return function find(query = {}, pagination) {
return function find(query = {}, pagination = {}) {
return function(dispatch) {

@@ -28,0 +28,0 @@ const collection = new Collection();

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