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

@rallie/vue

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rallie/vue - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

6

dist/hooks.d.ts
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"
}
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