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

@hookstate/core

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hookstate/core - npm Package Compare versions

Comparing version 4.0.0-rc12 to 4.0.0-rc13

5

dist/index.d.ts

@@ -141,2 +141,3 @@ import React from 'react';

readonly promised: boolean;
readonly promise: Promise<State<S, E>> | undefined;
/**

@@ -487,2 +488,3 @@ * If a state was set to a promise and the promise was rejected,

children: (state: State<S, E>) => React.ReactElement;
suspend?: boolean;
}): never;

@@ -501,2 +503,3 @@ /**

children: (state: State<S, E>) => React.ReactElement;
suspend?: boolean;
}): React.ReactElement;

@@ -515,3 +518,5 @@ /**

children: (state: State<S, E>) => React.ReactElement;
suspend?: boolean;
}): React.ReactElement;
export declare function suspendHookstate<S, E>(state: State<S, E>): React.FunctionComponentElement<any> | undefined;
/**

@@ -518,0 +523,0 @@ * A plugin which allows to opt-out from usage of Javascript proxies for

2

package.json
{
"name": "@hookstate/core",
"version": "4.0.0-rc12",
"version": "4.0.0-rc13",
"description": "The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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