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

@58fe/v5

Package Overview
Dependencies
Maintainers
10
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.7.1 to 1.7.2

8

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

@@ -9,9 +9,7 @@ "description": "vue components",

"commit": "git-cz ",
"changelog":
"conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.js",
"unit":
"cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",

@@ -18,0 +16,0 @@ "test": "npm run unit && npm run e2e"

@@ -24,3 +24,3 @@ # V5

```sh
npm install babel-plugin-import --save-dev
npm install @58fe/babel-plugin-v5-import --save-dev
```

@@ -32,11 +32,3 @@

{
"plugins": [
[
"import",
{
"libraryName": "@58fe/v5",
"libraryDirectory": "src/components"
}
]
]
"plugins": ["@58fe/babel-plugin-v5-import"]
}

@@ -46,5 +38,7 @@ ```

## 其他
### 1、打包时抛出 'These dependencies were not found:
原因是 V5 的样式是基于sass编写的,所以需要依赖以下两个npm包:
原因是 V5 的样式是基于 sass 编写的,所以需要依赖以下两个 npm 包:
```sh

@@ -51,0 +45,0 @@ npm install sass-loader node-sass --save-dev

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