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

immutable-state-creator

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

immutable-state-creator - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

lib/createState.d.ts

@@ -14,4 +14,4 @@ import { Map } from 'immutable';

export declare type ValueSetter = (v: any) => (s: State) => State;
export declare type ImmutableMapGetter = <K = any>(k: K) => (s: State) => K;
export declare type ImmutableMapSetter = <K = any, V = any>(k: K, v: V) => (s: State) => Map<K, V>;
export declare type ImmutableMapGetter = <V = any>(k: string) => (s: State) => V;
export declare type ImmutableMapSetter = <K = string, V = any>(k: K, v: V) => (s: State) => State;
export interface ComputedProps<T> {

@@ -18,0 +18,0 @@ getter: Getter<T>;

{
"name": "immutable-state-creator",
"version": "0.2.1",
"version": "0.2.2",
"description": "utilities to create immutable state",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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