@rematch/select
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
function unwrapExports(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function createCommonjsModule(e,t){return e(t={exports:{}},t.exports),t.exports}var lib=createCommonjsModule(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.select={};t.default=function(){return{expose:{select:t.select},init:function(e){var n=e.validate;return{onModel:function(e){t.select[e.name]={},Object.keys(e.selectors||{}).forEach(function(o){n([["function"!=typeof e.selectors[o],"Selector ("+e.name+"/"+o+") must be a function"]]),t.select[e.name][o]=function(t){for(var n=[],r=1;arguments.length>r;r++)n[r-1]=arguments[r];return(l=e.selectors)[o].apply(l,[t[e.name]].concat(n));var l}})}}}}}}),index=unwrapExports(lib),lib_1=lib.select;export{lib_1 as select};export default index; | ||
function unwrapExports(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function createCommonjsModule(e,t){return e(t={exports:{}},t.exports),t.exports}var lib=createCommonjsModule(function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.select={};t.default=function(){return{expose:{select:t.select},init:function(e){var n=e.validate;return{onModel:function(e){t.select[e.name]={},Object.keys(e.selectors||{}).forEach(function(o){n([["function"!=typeof e.selectors[o],"Selector ("+e.name+"/"+o+") must be a function"]]),t.select[e.name][o]=function(t){for(var n,r=[],l=1;arguments.length>l;l++)r[l-1]=arguments[l];return(n=e.selectors)[o].apply(n,[t[e.name]].concat(r))}})}}}}}}),index=unwrapExports(lib),lib_1=lib.select;export{lib_1 as select};export default index; | ||
//# sourceMappingURL=rematch-select.esm.js.map |
{ | ||
"name": "@rematch/select", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Selectors plugin for Rematch", | ||
@@ -34,8 +34,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@rematch/core": "^0.1.3", | ||
"redux": "^3.0.0" | ||
"@rematch/core": "^0.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@rematch/core": "^0.1.3" | ||
"@rematch/core": ">=0.1.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13186
1
10
25