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

@rematch/select

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rematch/select - npm Package Compare versions

Comparing version 3.0.0-next.10 to 3.0.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.0.0](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.10...@rematch/select@3.0.0) (2021-01-31)
**Note:** Version bump only for package @rematch/select
# [3.0.0-next.10](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.9...@rematch/select@3.0.0-next.10) (2020-12-27)

@@ -8,0 +16,0 @@

2

dist/select.cjs.development.js

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

{
if (typeof (selectorFactories === null || selectorFactories === void 0 ? void 0 : selectorFactories[selectorName]) !== 'function') {
if (typeof (selectorFactories == null ? void 0 : selectorFactories[selectorName]) !== 'function') {
throw new Error("Selector (" + model.name + "/" + selectorName + ") must be a function");

@@ -70,0 +70,0 @@ }

@@ -64,3 +64,3 @@ import { createSelector, createStructuredSelector } from 'reselect';

if (process.env.NODE_ENV !== 'production') {
if (typeof (selectorFactories === null || selectorFactories === void 0 ? void 0 : selectorFactories[selectorName]) !== 'function') {
if (typeof (selectorFactories == null ? void 0 : selectorFactories[selectorName]) !== 'function') {
throw new Error("Selector (" + model.name + "/" + selectorName + ") must be a function");

@@ -67,0 +67,0 @@ }

@@ -67,3 +67,3 @@ (function (global, factory) {

{
if (typeof (selectorFactories === null || selectorFactories === void 0 ? void 0 : selectorFactories[selectorName]) !== 'function') {
if (typeof (selectorFactories == null ? void 0 : selectorFactories[selectorName]) !== 'function') {
throw new Error("Selector (" + model.name + "/" + selectorName + ") must be a function");

@@ -70,0 +70,0 @@ }

{
"name": "@rematch/select",
"version": "3.0.0-next.10",
"version": "3.0.0",
"description": "Selectors plugin for Rematch",

@@ -30,3 +30,3 @@ "homepage": "https://rematch.github.io/rematch",

"devDependencies": {
"@rematch/core": "^2.0.0-next.10",
"@rematch/core": "^2.0.0",
"redux": "^4.0.5"

@@ -40,3 +40,3 @@ },

"hooks": {
"pre-commit": "npm run lint"
"pre-commit": "yarn lint"
}

@@ -60,3 +60,3 @@ },

},
"gitHead": "ade414a481bccc4cdb407fad5d922446ecfffe58"
"gitHead": "d575883af19a6f105655ea23b143e64590720acb"
}

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

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