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.2 to 0.1.3

6

lib/utils.js

@@ -28,3 +28,7 @@ var __assign = (this && this.__assign) || function () {

export function matchPage(route) {
return route.meta.cushax || route.name;
var _a;
if (!route) {
return undefined;
}
return ((_a = route.meta) === null || _a === void 0 ? void 0 : _a.cushax) || route.name;
}

@@ -31,0 +35,0 @@ export function existPage(schema, page) {

2

package.json
{
"name": "cushax-client",
"version": "0.1.2",
"version": "0.1.3",
"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