New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vant/doc

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vant/doc - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

lib/index.html

62

package.json
{
"name": "@vant/doc",
"version": "2.4.0",
"version": "2.5.0",
"description": "vant document template",
"main": "./dist/index.js",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"scripts": {
"test": "npm test",
"dev": "node_modules/.bin/webpack-dev-server --config ./build/webpack.dev.conf.js",
"build": "webpack --hide-modules --progress --config ./build/webpack.prod.conf.js",
"release": "npm run build && npm publish --access public"
"build": "webpack --progress --config ./build/webpack.config.js",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youzan/vant-doc.git"
},
"bin": {
"vant-doc": "./cli/index.js"
},
"keywords": [
"doc",
"vue",
"youzan"
],
"author": "vant",
"license": "MIT",
"bugs": {
"url": "https://github.com/youzan/vant-doc/issues"
},
"homepage": "https://github.com/youzan/vant-doc#readme",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.5",
"eslint": "^5.2.0",
"eslint-plugin-vue-libs": "^3.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"style-loader": "^0.22.0",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"cheerio": "0.22.0",
"commander": "^2.17.1",
"decamelize": "^1.2.0",
"fs-extra": "^4.0.2",
"shelljs": "^0.8.2"
}
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-doc"
}
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