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.12.0 to 0.13.0

6

./dist/index.umd.js

@@ -16,3 +16,3 @@ (function (global, factory) {

vue.onBeforeUnmount(function () {
unwatch === null || unwatch === void 0 ? void 0 : unwatch();
unwatch();
});

@@ -27,3 +27,3 @@ return stateRef;

vue.onBeforeUnmount(function () {
off === null || off === void 0 ? void 0 : off();
off();
});

@@ -37,3 +37,3 @@ }

vue.onBeforeUnmount(function () {
off === null || off === void 0 ? void 0 : off();
off();
});

@@ -40,0 +40,0 @@ }

@@ -12,3 +12,3 @@ import { ref, onBeforeMount, onBeforeUnmount } from 'vue';

onBeforeUnmount(function () {
unwatch === null || unwatch === void 0 ? void 0 : unwatch();
unwatch();
});

@@ -23,3 +23,3 @@ return stateRef;

onBeforeUnmount(function () {
off === null || off === void 0 ? void 0 : off();
off();
});

@@ -33,3 +33,3 @@ }

onBeforeUnmount(function () {
off === null || off === void 0 ? void 0 : off();
off();
});

@@ -36,0 +36,0 @@ }

@@ -16,3 +16,3 @@ (function (global, factory) {

vue.onBeforeUnmount(function () {
unwatch === null || unwatch === void 0 ? void 0 : unwatch();
unwatch();
});

@@ -27,3 +27,3 @@ return stateRef;

vue.onBeforeUnmount(function () {
off === null || off === void 0 ? void 0 : off();
off();
});

@@ -37,3 +37,3 @@ }

vue.onBeforeUnmount(function () {
off === null || off === void 0 ? void 0 : off();
off();
});

@@ -40,0 +40,0 @@ }

{
"name": "@rallie/vue",
"version": "0.12.0",
"version": "0.13.0",
"description": "vue binding for rallie",

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

"devDependencies": {
"@rallie/block": "0.12.0"
"@rallie/block": "0.13.0"
},
"gitHead": "bc6d9465958937011c312f9680d9c8190f081e1b"
"gitHead": "3b989f55f96104c39eb8f2b2c4af0d82df09cf43"
}
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