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

@webank/fes-core

Package Overview
Dependencies
Maintainers
12
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webank/fes-core - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

package.json
{
"name": "@webank/fes-core",
"version": "0.2.3",
"version": "0.2.4",
"description": "一个好用的前端管理台快速开发框架",

@@ -32,3 +32,3 @@ "scripts": {

},
"gitHead": "65337782e4c87fae9450be6ad0080038d939f235"
"gitHead": "357575247bde6d1d24a8d2e11d2bfe7adbe6abd6"
}

@@ -64,4 +64,4 @@ import util from '../util';

if (comp.length > 0) {
const matchPage = comp[comp.length - 1].components.default;
if (this.$options.__file === matchPage.__file) {
const matchPage = comp[comp.length - 1].instances.default;
if (this === matchPage) {
const header = certainConfig(comp, 'FesHeader');

@@ -68,0 +68,0 @@ if (typeof header === 'boolean') {

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