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

@vant/icons

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vant/icons - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

16

package.json
{
"name": "@vant/icons",
"version": "1.7.1",
"version": "1.7.2",
"description": "vant icons",

@@ -10,2 +10,5 @@ "main": "./src/config.js",

],
"scripts": {
"release": "release-it"
},
"publishConfig": {

@@ -15,9 +18,12 @@ "access": "public",

},
"scripts": {
"release": "release-it"
"repository": {
"type": "git",
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant-icons"
},
"bugs": "https://github.com/youzan/vant/issues",
"author": "chenjiahan",
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-icons",
"devDependencies": {
"release-it": "^13.6.2"
"release-it": "^14.11.6"
},

@@ -24,0 +30,0 @@ "release-it": {

@@ -5,12 +5,11 @@ # Vant Icons

#### NPM
```shell
npm i @vant/icons -S
```
# with npm
npm i @vant/icons
#### YARN
# with yarn
yarn add @vant/icons
```shell
yarn add @vant/icons
# with pnpm
pnpm add @vant/icons
```

@@ -22,14 +21,1 @@

- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon)
## Contribution
### Update Icons
1. Update assets/icons.sketch
2. Make a Pull Request
### Add New Icon
1. Add new icon to assets/icons.sketch
2. Add icon name to src/config.js
3. Make a Pull Request

@@ -152,2 +152,3 @@ export default {

'guide-o',
'cash-o',
],

@@ -154,0 +155,0 @@ filled: [

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