Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cushax-client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cushax-client - npm Package Compare versions

Comparing version 0.1.15 to 0.1.16

15

lib/mixin.js

@@ -18,8 +18,11 @@ import { matchPage, existPage } from "./utils";

: undefined;
$vue.$root.$cushax = cushax;
$vue.$root.$getCushax = function () { return cushax; };
for (var _i = 0, _a = route.matched; _i < _a.length; _i++) {
var instances = _a[_i].instances;
for (var _b = 0, _c = Object.values(instances); _b < _c.length; _b++) {
var instance = _c[_b];
for (var _i = 0, _a = $vue.$root.$children; _i < _a.length; _i++) {
var component = _a[_i];
component.$cushax = cushax;
component.$getCushax = function () { return cushax; };
}
for (var _b = 0, _c = route.matched; _b < _c.length; _b++) {
var instances = _c[_b].instances;
for (var _d = 0, _e = Object.values(instances); _d < _e.length; _d++) {
var instance = _e[_d];
instance.$cushax = cushax;

@@ -26,0 +29,0 @@ instance.$getCushax = function () { return cushax; };

2

package.json
{
"name": "cushax-client",
"version": "0.1.15",
"version": "0.1.16",
"author": "boenfu <1997@boenfu.cn>",

@@ -5,0 +5,0 @@ "license": "MIT",

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