@chantouchsek/validatorjs
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -5,2 +5,11 @@ # Changelog | ||
### [1.1.2](https://github.com/chantouchsek/validator-js/compare/v1.1.1...v1.1.2) (2022-07-07) | ||
### Bug Fixes | ||
* :fire: change file from kh to km ([7c781a3](https://github.com/chantouchsek/validator-js/commit/7c781a31f7627aa8c22155417a22f5fe14202768)) | ||
* :fire: fix falsy in rule and update test ([c684be6](https://github.com/chantouchsek/validator-js/commit/c684be69e657c4e0bae91a34176da0b64e67d52b)) | ||
* typing typo ([4896923](https://github.com/chantouchsek/validator-js/commit/489692369029c89ae448b3b7ffa427e55d9ecb42)) | ||
### [1.1.1](https://github.com/chantouchsek/validator-js/compare/v1.1.0...v1.1.1) (2022-07-06) | ||
@@ -11,3 +20,3 @@ | ||
* :fire: detect the prototyp polluting ([9950186](https://github.com/chantouchsek/validator-js/commit/99501868f92fb9a50869109d651b2bec54e324fc)) | ||
* :fire: detect the prototype polluting ([9950186](https://github.com/chantouchsek/validator-js/commit/99501868f92fb9a50869109d651b2bec54e324fc)) | ||
* :fire: incomplete string escaping or encoding ([d8cfb69](https://github.com/chantouchsek/validator-js/commit/d8cfb6926002d341e65916a051f9ebe19c76ef1b)) | ||
@@ -40,3 +49,2 @@ * correct type of step on ([3a5d87e](https://github.com/chantouchsek/validator-js/commit/3a5d87e356821a15b8da644c4162c80fec5b1915)) | ||
* change key code from km to kh ([fc0e064](https://github.com/chantouchsek/validator-js/commit/fc0e064b89c40aa0794cfb188ad3f1cba1be2661)) | ||
* **deps:** bump actions/setup-node from 3.1.1 to 3.2.0 ([510f24b](https://github.com/chantouchsek/validator-js/commit/510f24b3908fb851e5a42df0644efc7a49daac42)) | ||
@@ -43,0 +51,0 @@ ### [1.0.4](https://github.com/chantouchsek/validator-js/compare/v1.0.3...v1.0.4) (2022-04-30) |
{ | ||
"name": "@chantouchsek/validatorjs", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The validator-js library makes data validation in JavaScript very easy in both the browser and Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -732,5 +732,5 @@ # ValidatorJs | ||
<script src="dist/validator.js"></script> | ||
<script src="dist/lang/kh.js"></script> | ||
<script src="dist/lang/km.js"></script> | ||
<script> | ||
Validator.useLang('kh') | ||
Validator.useLang('km') | ||
</script> | ||
@@ -743,3 +743,3 @@ ``` | ||
let Validator = require('validatorjs') | ||
Validator.useLang('kh') | ||
Validator.useLang('km') | ||
``` | ||
@@ -746,0 +746,0 @@ |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
30525
4
0
2