New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 0.1.1

2

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

@@ -5,0 +5,0 @@ "scripts": {

@@ -208,6 +208,3 @@ import Vue from 'vue';

const defaultPage = await this.getDefaultPage(true);
this.router.addRoutes([{
path: '/',
redirect: () => defaultPage
}]);
this.router.push(defaultPage);
}

@@ -325,3 +322,3 @@

util.merge(App.prototype, util.event);
// 暂时去掉package.json引入,安全检测不通过,因为打包后代码暴露wnpm内网地址http://10.107.103.115:8001
// 暂时去掉package.json引入,安全检测不通过
// App.prototype.version = packageConfig.version;

@@ -328,0 +325,0 @@ App.prototype.engine = 'Vue';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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