react-adopt
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -13,2 +13,2 @@ /// <reference types="react" /> | ||
export declare type Mapper<RP, P> = Record<keyof RP, MapperValue<RP, P>>; | ||
export declare function adopt<RP, P = {}>(mapper: Mapper<RP, P>): RPC<RP, P>; | ||
export declare function adopt<RP = any, P = {}>(mapper: Mapper<RP, P>): RPC<RP, P>; |
{ | ||
"name": "react-adopt", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "umd:main": "dist/index.umd.js", |
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
17347
3