@avkcom/edf-components
Advanced tools
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@avkcom/edf-components", | ||
"version": "0.4.0-dev.1", | ||
"version": "0.4.0", | ||
"license": "MIT", | ||
@@ -17,4 +18,6 @@ "type": "module", | ||
"scripts": { | ||
"build:all": "rimraf dist && ", | ||
"build": "rimraf dist && lerna run build", | ||
"precommit": "yarn lint:script", | ||
"release": "standard-version", | ||
"release-minor": "standard-version -- --release-as minor", | ||
"bundleTypesCheck": "attw --pack --ignore-rules no-resolution cjs-resolves-to-esm", | ||
@@ -24,7 +27,37 @@ "bundleTypesCheck-pure": "attw --pack", | ||
"publish:dev": "npm publish --access=public --tag=dev", | ||
"publish:prod": "npm publish --access=public --tag=latest" | ||
"publish:prod": "npm publish --access=public --tag=latest", | ||
"postinstall": "husky install", | ||
"prepare": "husky", | ||
"lint:script": "eslint packages/*/lib --fix", | ||
"lint:style": "stylelint packages/*/lib/*.{css,scss,vue}", | ||
"build:check": "npm run format:check && npm run security:check", | ||
"security:check": "yarn audit --production --audit-level high", | ||
"format": "prettier --write \"packages/*/lib/*.{js,vue,d.ts}\" --cache", | ||
"format:check": "prettier --check \"packages/*/lib/*.{js,vue,d.ts}\"" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.5.0", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"commitlint": "^19.3.0", | ||
"eslint": "8", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-prettier-vue": "^5.0.0", | ||
"eslint-plugin-vue": "^9.26.0", | ||
"husky": "^9.0.11", | ||
"lerna": "^8.1.3", | ||
"rimraf": "^5.0.7" | ||
"lint-staged": "^15.2.7", | ||
"postcss": "^8.4.38", | ||
"postcss-html": "^1.7.0", | ||
"postcss-preset-env": "^9.5.14", | ||
"prettier": "^3.3.2", | ||
"rimraf": "^5.0.7", | ||
"standard-version": "^9.5.0", | ||
"stylelint": "^16.6.1", | ||
"stylelint-config-recommended": "^14.0.0", | ||
"stylelint-config-recommended-vue": "^1.5.0", | ||
"stylelint-config-standard": "^36.0.0", | ||
"typescript": "*" | ||
}, | ||
@@ -49,3 +82,8 @@ "exports": { | ||
}, | ||
"lint-staged": { | ||
"*.{ts,vue}": " --fix", | ||
"*.{css,scss,vue}": "stylelint --fix", | ||
"*.{js,css,md,vue,json,ts,tsx,jsx}": "prettier -w -u --cache" | ||
}, | ||
"packageManager": "yarn@4.2.2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
9856248
106.87%4
-33.33%24
1100%7699
-3.97%1
Infinity%