@rallie/vue
Advanced tools
Comparing version 0.6.5 to 0.6.6
import { UnwrapRef } from 'vue'; | ||
import { App, Connector } from 'rallie'; | ||
import type { App, Connector, CallbackType } from 'rallie'; | ||
export declare function stateHook<State extends object>(app: App<State> | Connector<State>): <P>(getter: (_state: State) => P) => import("vue").Ref<UnwrapRef<P>>; | ||
export declare function eventsHook<Events>(app: App | Connector): (events: Partial<Events>) => void; | ||
export declare function methodsHook<Methods>(app: App): (events: Partial<Methods>) => void; | ||
export declare function eventsHook<Events extends Record<string, CallbackType>>(app: App | Connector): (events: Partial<Events>) => void; | ||
export declare function methodsHook<Methods extends Record<string, CallbackType>>(app: App): (events: Partial<Methods>) => void; |
import { App, Connector } from 'rallie'; | ||
import { CallbackType } from '@rallie/core'; | ||
import type { CallbackType } from 'rallie'; | ||
export declare const stateMixin: <State extends {}>(app: App<State, {}, {}> | Connector<State, {}, {}>) => <P>(mapStateToComputed: (state: State) => P) => { | ||
@@ -4,0 +4,0 @@ data(): { |
{ | ||
"name": "@rallie/vue", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "vue binding for rallie", | ||
@@ -29,6 +29,5 @@ "author": "runnan <1608272694@qq.com>", | ||
"devDependencies": { | ||
"@rallie/core": "^0.6.5", | ||
"rallie": "^0.6.5" | ||
"rallie": "^0.6.6" | ||
}, | ||
"gitHead": "ff1be4283b897c49464f78598800652a320d358a" | ||
"gitHead": "58dec5cd415c77cf84ca117a1dc112860e10e42b" | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
16067
1
0