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

@hhorg/icon

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hhorg/icon - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

lib/hh-icon.browser.js

85

package.json
{
"name": "@hhorg/icon",
"version": "0.0.9",
"description": "",
"main": "lib/vue2-demo.js",
"style": "lib/index.css",
"version": "0.0.10",
"description": "前端函数工具库",
"main": "./lib/hh-icon.cjs.js",
"jsnext:main": "./lib/hh-icon.esm.js",
"module": "./lib/hh-icon.esm.js",
"browser": "./lib/hh-icon.browser.js",
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"eslint": "eslint . --ext .js --fix",
"lint": "npx prettier --write . && eslint . --ext .js --fix",
"prepublishOnly": "npm run build",
"echo": "echo hello",
"preecho": "echo 'hello -> Before'",
"postecho": "echo 'hello -> After'"
},
"files": [
"lib",
"es"
"lib"
],
"scripts": {
"dev": "vant-cli dev",
"test": "vant-cli test",
"lint": "vant-cli lint",
"build": "vant-cli build",
"release": "vant-cli release",
"test:coverage": "open test/coverage/index.html",
"build-site": "vant-cli build-site && npx gh-pages -d site-dist"
"keywords": [
"icon"
],
"author": "wen",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0"
},
"author": "",
"husky": {
"hooks": {
"pre-commit": "nano-staged",
"commit-msg": "vant-cli commit-lint"
}
},
"nano-staged": {
"*.{ts,tsx,js,jsx,vue}": "eslint --fix"
},
"peerDependencies": {
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@vant/cli": "^2.0.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rollup": "^2.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2"
},
"eslintConfig": {
"root": true,
"extends": [
"@vant"
]
"engines": {
"node": ">=16.13.2"
},
"prettier": {
"singleQuote": true
},
"browserslist": [
"Android >= 4.0",
"iOS >= 8"
]
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
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