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.5 to 3.0.0-next.6

8

CHANGELOG.md

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

# [3.0.0-next.6](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.5...@rematch/select@3.0.0-next.6) (2020-10-08)
**Note:** Version bump only for package @rematch/select
# [3.0.0-next.5](https://github.com/rematch/rematch/compare/@rematch/select@3.0.0-next.4...@rematch/select@3.0.0-next.5) (2020-09-07)

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

2

dist/types.d.ts

@@ -27,3 +27,3 @@ import { Models, RematchRootState } from '@rematch/core';

declare module '@rematch/core' {
interface Model<TModels = Models, TState = any, TBaseState = TState, AllModelsKeys extends string = string> {
interface Model<TModels extends Models<TModels> = Record<string, any>, TState = any, TBaseState = TState> {
selectors?: ModelSelectorsConfig<TState>;

@@ -30,0 +30,0 @@ }

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

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

"devDependencies": {
"@rematch/core": "^2.0.0-next.5"
"@rematch/core": "^2.0.0-next.6"
},

@@ -57,3 +57,3 @@ "peerDependencies": {

},
"gitHead": "b9e18de2a82713ef88714ea325b1b24fdf7ab343"
"gitHead": "b4abe68e0c1b244b551cc5a093dfb3419337e882"
}

@@ -70,6 +70,5 @@ // Type definitions for @rematch/select 3.0.0

interface Model<
TModels = Models,
TModels extends Models<TModels> = Record<string, any>,
TState = any,
TBaseState = TState,
AllModelsKeys extends string = string
TBaseState = TState
> {

@@ -76,0 +75,0 @@ selectors?: ModelSelectorsConfig<TState>

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