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

class-validator-extended

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

class-validator-extended - npm Package Versions

1

1.1.0

Diff

Changelog

Source

[1.1.0] - 2022-05-21

Added

  • ArraySize: Added new validator.
  • MapSize: Added new validator.
  • SetSize: Added new validator.
pigulla
published 1.0.0 •

Changelog

Source

[1.0.0] - 2022-04-03

Chore

  • Update dependencies and release first stable version.
pigulla
published 0.0.6 •

Changelog

Source

[0.0.6] - 2022-01-25

Changed

  • IsDuration: The duration object is required to be valid by default.

Added

  • IsDuration: Added allow_invalid option.
  • IsNetworkPort: Added new validator.
  • MaxDuration: Added new validator.
  • MinDuration: Added new validator.
  • Nullable: Added new validator.
  • Optional: Added new validator.
pigulla
published 0.0.5 •

Changelog

Source

[0.0.5] - 2022-01-14

Changed

  • IsDayjs: Replaced is_valid option with allow_invalid.
  • dayjs is now an optionalDependency instead of a peerDependency
  • Most decorator options are now inlined and thus simpler to use and more readable in the generated documentation.

Added

  • ArrayMonotonic: Make the comparator/projection optional.
  • FutureDayjs Added allow_invalid, granularity and inclusive options.
  • PastDayjs Added allow_invalid, granularity and inclusive options.
  • MaxDayjs Added allow_invalid, granularity and inclusive options.
  • MinDayjs Added allow_invalid, granularity and inclusive options.
  • You can now import dist/minimal if you installed the package without optional dependencies.
pigulla
published 0.0.4 •

Changelog

Source

[0.0.4] - 2022-01-12

Added

  • IsAwsARN: Added new validator.
  • IsAwsRegion: Added new validator.
  • IsDuration: Added new validator.
pigulla
published 0.0.2-beta •

Changelog

Source

[0.0.2-beta] - 2022-01-10

Changed

  • IsMonotonic: Renamed to ArrayMonotonic to be consistent with the upstream nomenclature.

Added

  • ArrayMonotonic: Added an option to use a comparator instead of a projection function.
  • FutureDate: Added new validator.
  • FutureDayjs: Added new validator.
  • IsBigInt: Added new validator.
  • IsMap: Added new validator.
  • IsSet: Added new validator.
  • IsTimezone: Added new validator.
  • MapContainsKeys: Added new validator.
  • MapContains: Added new validator.
  • MapMaxSize: Added new validator.
  • MapMinSize: Added new validator.
  • MapNotContainsKeys: Added new validator.
  • MapNotContains: Added new validator.
  • MapUniqueKeys: Added new validator.
  • MapUnique: Added new validator.
  • MaxBigInt: Added new validator.
  • MaxDayjs: Added new validator.
  • MinBigInt: Added new validator.
  • MinDayjs: Added new validator.
  • NegativeBigInt: Added new validator.
  • PastDate: Added new validator.
  • PastDayjs: Added new validator.
  • PositiveBigInt: Added new validator.
  • SetContains: Added new validator.
  • SetMaxSize: Added new validator.
  • SetMinSize: Added new validator.
  • SetNotContains: Added new validator.
  • SetUnique: Added new validator.
pigulla
published 0.0.1-beta •

Changelog

Source

[0.0.1-beta] - 2021-05-23

Added

  • Initial release on npm.
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