@hhorg/icon
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
1
1
2
Yes
10440
11
8
13
4
+ Addedaxios@^0.24.0
+ Addedaxios@0.24.0(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.5(transitive)
- Removed@babel/types@7.26.5(transitive)
- Removed@vue/compiler-sfc@2.7.16(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedde-indent@1.0.2(transitive)
- Removedhe@1.2.0(transitive)
- Removednanoid@3.3.8(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.5.1(transitive)
- Removedprettier@2.8.8(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedvue@2.7.16(transitive)
- Removedvue-template-compiler@2.7.16(transitive)