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

@chantouchsek/validatorjs

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chantouchsek/validatorjs - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

12

CHANGELOG.md

@@ -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)

2

package.json
{
"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 @@

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