@chantouchsek/validatorjs
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@chantouchsek/validatorjs", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "The validatorjs library makes data validation in JavaScript very easy in both the browser and Node.js.", | ||
"main": "dist/main.js", | ||
"types": "dist/main.d.ts", | ||
"scripts": { | ||
"dev": "tsc -w", | ||
"clean": "rimraf dist", | ||
"build": "yarn clean && tsc", | ||
"test": "vitest --run", | ||
"test:watch": "yarn test", | ||
"test:cov": "vitest run --coverage", | ||
"release": "standard-version && git push --follow-tags origin main && yarn publish", | ||
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .", | ||
"lint:prettier": "prettier --check .", | ||
"lint": "yarn lint:js && yarn lint:prettier", | ||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix", | ||
"prepare": "husky install", | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"repository": { | ||
@@ -40,6 +55,6 @@ "type": "git", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.2.1", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"@vitest/coverage-c8": "^0.27.1", | ||
"@vitest/coverage-c8": "^0.31.1", | ||
"eslint": "^8.6.0", | ||
@@ -54,8 +69,7 @@ "eslint-config-prettier": "^8.3.0", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^4.0.1", | ||
"rimraf": "^5.0.1", | ||
"standard-version": "^9.3.2", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.5.4", | ||
"vite": "^4.0.4", | ||
"vitest": "^0.27.1" | ||
"typescript": "^5.0.4", | ||
"vitest": "^0.31.1" | ||
}, | ||
@@ -65,17 +79,3 @@ "dependencies": { | ||
}, | ||
"engineStrict": true, | ||
"scripts": { | ||
"dev": "tsc -w", | ||
"clean": "rimraf dist", | ||
"build": "pnpm clean && tsc", | ||
"test": "vitest --run", | ||
"test:watch": "pnpm test", | ||
"test:cov": "vitest run --coverage", | ||
"release": "standard-version && git push --follow-tags origin main && pnpm publish", | ||
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .", | ||
"lint:prettier": "prettier --check .", | ||
"lint": "pnpm lint:js && pnpm lint:prettier", | ||
"lintfix": "prettier --write --list-different . && pnpm lint:js --fix", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} | ||
"engineStrict": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
21
36608
4
0
2