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

@58fe/v5

Package Overview
Dependencies
Maintainers
14
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@58fe/v5 - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

package.json
{
"name": "@58fe/v5",
"version": "1.5.3",
"version": "1.5.4",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "description": "vue components",

@@ -44,5 +44,11 @@ # V5

## 其他
### 1、打包时抛出 'These dependencies were not found:
原因是 V5 的样式是基于sass编写的,所以需要依赖以下两个npm包:
### 1、打包时抛出 Unexpected token
```sh
npm install sass-loader node-sass --save-dev
```
### 2、打包时抛出 Unexpected token
原因是 V5 的 js 源码没进行 babel 转译,可以在 webpack 配置中的增加以下 loaders:

@@ -49,0 +55,0 @@

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