Socket
Socket
Sign inDemoInstall

@chantouchsek/validatorjs

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chantouchsek/validatorjs - npm Package Versions

1235

1.1.0

Diff

Changelog

Source

1.1.0 (2022-07-06)

Features

  • :beers: added validate on numeric max and min (e3e27d1)

Bug Fixes

  • :fire: min and max value, also update readme (27a56e6)
  • cast the type (3f6835e)
  • deps: bump actions/setup-node from 3.2.0 to 3.3.0 (4b9def6)
  • initial optimized (f61e73e)
  • removed unusd import (43a7925)
chantouchsek
published 1.0.5 •

Changelog

Source

1.0.5 (2022-05-27)

Bug Fixes

  • change key code from km to kh (fc0e064)
chantouchsek
published 1.0.4 •

Changelog

Source

1.0.4 (2022-04-30)

chantouchsek
published 1.0.3 •

Changelog

Source

1.0.3 (2022-04-30)

Bug Fixes

  • add ts-node (4def6dc)
  • deps: bump actions/checkout from 2.4.0 to 3.0.2 (e64c8c7)
  • deps: bump actions/setup-node from 2.5.1 to 3.1.1 (5192f4c)
  • deps: bump actions/stale from 4 to 5 (2abf89a)
  • deps: bump github/codeql-action from 1 to 2 (a2db7c1)
  • deps: bump minimist from 1.2.5 to 1.2.6 (f8aaf29)
chantouchsek
published 1.0.2 •

Changelog

Source

1.0.2 (2022-01-18)

Bug Fixes

  • :fire: fix linting (32013a0)
  • change export and typing folder (d04186e)
  • make export default of all lang file (d88200a)
chantouchsek
published 1.0.1 •

Changelog

Source

1.0.1 (2022-01-02)

Bug Fixes

  • :beer: change targe build to es2019 (b9e6712)
chantouchsek
published 1.0.0 •

Changelog

Source

1.0.0 (2022-01-01)

Breaking Changes

  • From
const validator = new Validator({
  input,
  rules,
  customMessage: {},
  customAttributes: {},
  locale: 'en',
  confirmedReverse: true,
})
  • to
const options = {
  customMessage: {},
  customAttributes: {},
  locale: 'en',
  confirmedReverse: true,
}
const validator = new Validator(input, rules, options)

Features

  • :beer: add password rule (d9c597b)
  • :rocket: add ton of translation file and tests (6e49c81)
  • :rocket: re-write in typescript (cc74636)
  • :zap: add validated() method (a6b1bc3)
  • add accept and after rules (ea58f10)
  • add after_or_equal rule (62230a9)
  • add alpha rule (aa6dc3e)
  • add alpha_dash and alpha_num rule (51d453e)
  • add uzbek translation (b168791)

Bug Fixes

  • :beer: add documentation for sometimes rule, and fix nested sometimes bug (ab98fae)
  • :beer: make readme is update and remove types BREAKING CHANGE: fix readme file (add193c)
  • :fire: remove console from test (9935be6)
  • :rocket: BREAKING CHANGE: replace message that has dot to empty space (f6af033)
  • :tada: Make first email regex support UTF-8 and change regex algorithm (ff9dc87)
  • fix main path of build directory (a2ea153)
  • fix numeric related rules (dc492f7)
  • some typos (1f63e62)
chantouchsek
published 0.0.7 •

Changelog

Source

1.0.0 (2022-01-01)

Breaking Changes

  • From
const validator = new Validator({
  input,
  rules,
  customMessage: {},
  customAttributes: {},
  locale: 'en',
  confirmedReverse: true,
})
  • to
const options = {
  customMessage: {},
  customAttributes: {},
  locale: 'en',
  confirmedReverse: true,
}
const validator = new Validator(input, rules, options)

Features

  • :beer: add password rule (d9c597b)
  • :rocket: add ton of translation file and tests (6e49c81)
  • :rocket: re-write in typescript (cc74636)
  • :zap: add validated() method (a6b1bc3)
  • add accept and after rules (ea58f10)
  • add after_or_equal rule (62230a9)
  • add alpha rule (aa6dc3e)
  • add alpha_dash and alpha_num rule (51d453e)
  • add uzbek translation (b168791)

Bug Fixes

  • :beer: add documentation for sometimes rule, and fix nested sometimes bug (ab98fae)
  • :beer: make readme is update and remove types BREAKING CHANGE: fix readme file (add193c)
  • :fire: remove console from test (9935be6)
  • :rocket: BREAKING CHANGE: replace message that has dot to empty space (f6af033)
  • :tada: Make first email regex support UTF-8 and change regex algorithm (ff9dc87)
  • fix main path of build directory (a2ea153)
  • fix numeric related rules (dc492f7)
  • some typos (1f63e62)
chantouchsek
published 0.0.6 •

chantouchsek
published 0.0.5 •

Changelog

Source

0.0.5 (2020-09-21)

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