treble-hook
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -11,2 +11,3 @@ import React, { Dispatch, SetStateAction } from 'react'; | ||
export declare type Publish<T> = Dispatch<SetStateAction<T>>; | ||
export declare type PubSubTuple<T> = [T, Publish<T>]; | ||
export declare enum PubSubTupleIndex { | ||
@@ -13,0 +14,0 @@ State = 0, |
{ | ||
"name": "treble-hook", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Get hooked on simple subscribe-and-publish in ReactJS.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10668
86
0