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.8.1 to 0.9.0

2

dist/hooks.d.ts

@@ -5,2 +5,2 @@ import { UnwrapRef } from 'vue';

export declare function useBlockEvents<T extends Block<any, any, any>>(block: T, events: Partial<T['events']>): void;
export declare function useBlockMethods<T extends CreatedBlock<any, any, any>>(block: T, methods: Partial<T['methods']>): void;
export declare function useBlockMethods<T extends CreatedBlock<any, any, any, any>>(block: T, methods: Partial<T['methods']>): void;

@@ -17,3 +17,3 @@ import type { Block, CreatedBlock } from 'rallie';

};
export declare function mixinBlockMethods<T extends CreatedBlock<any, any, any>>(block: T, methods: Partial<T['methods']>): {
export declare function mixinBlockMethods<T extends CreatedBlock<any, any, any, any>>(block: T, methods: Partial<T['methods']>): {
methods: Partial<T["methods"]>;

@@ -20,0 +20,0 @@ created(): void;

{
"name": "@rallie/vue",
"version": "0.8.1",
"version": "0.9.0",
"description": "vue binding for rallie",

@@ -29,5 +29,5 @@ "author": "runnan <1608272694@qq.com>",

"devDependencies": {
"rallie": "^0.8.1"
"rallie": "^0.9.0"
},
"gitHead": "526c28e58604f2278acee490aebee1fcc1c22d91"
"gitHead": "4de2d5e45af1f7842e8af55a92ffa4c8cfea8cab"
}
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