New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@oecp/config-manage

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oecp/config-manage

OECP Config 管理端组件

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

table

项目安装

npm install

开发模式

npm run serve

项目打包编译

npm run build

测试

npm run lint

如果出现如下错误

These dependencies were not found:

* core-js/modules/es.array.for-each in ./lib/index.js
* core-js/modules/es.function.name in ./lib/index.js
* core-js/modules/es.object.get-prototype-of in ./lib/locale/index.js
* core-js/modules/es.regexp.exec in ./lib/locale/index.js
* core-js/modules/es.string.split in ./lib/locale/index.js
* core-js/modules/web.dom-collections.for-each in ./lib/index.js

通过配置

// babel.config.js
module.exports = {
  presets: [
    ['@vue/app', { useBuiltIns: 'entry' }]
  ]
}

FAQs

Package last updated on 28 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts