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

parsleyjs

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parsleyjs - npm Package Versions

1235

2.3.4

Diff

marcandre
published 2.3.3 •

marcandre
published 2.3.2 •

marcandre
published 2.3.1 •

Changelog

Source

2.3.1

  • Parsley now relies on input events instead of change and keyup events to revalidate after the first failure. This is now customizable with the triggerAfterFailure option. Triggers specified with the trigger option are unbound once a field has failed.
  • Parsley updates the UI before firing success/error/validated events
  • Deprecated uses of ParsleyUI. Methods are now instance methods of ParsleyField, with modernized interfaces.
marcandre
published 2.3.0 •

marcandre
published 2.2.0 •

Changelog

Source

2.2.0

  • type="number" now follows HTML5 spec. In particular, commas are no longer accepted. (#1037)
  • Calls to validate, isValid, whenValidate, whenValid use named arguments (e.g. validate({force: true, group: 'foo'})). Previous API is supported for isValid/validate but is deprecated.
  • Drop support for undocumented option eventValidate.
marcandre
published 2.2.0-rc4 •

guillaumepotier
published 2.2.0-rc1 •

Changelog

Source

2.2.0-rc1

  • Major validators refactor:

    • Compatible with promises from the ground up. Previous API (e.g. isValid) remains, but promise-aware API is now recommended (e.g. whenValid).
    • New API to define custom validators (old API is still there but deprecated).
    • Shorter code, removed dependency on validators lib.
    • The remote validator is much smaller now, will probably be merged in the future.
  • Deprecated data-parsley-trim-value in favour of new whitespace API

  • Added whitespace API with two options: trim and squish

guillaumepotier
published 2.1.2 •

Changelog

Source

2.1.2

  • fix custom triggers after a reset() (#926)
  • fix documentation and generated dist files
guillaumepotier
published 2.0.7 •

Changelog

Source

2.0.7

  • support of html5 maxlength and minlength (#731)
  • various doc updates
  • improved test suite
  • various small code simplifications
  • updated TLD range for URL validator (#829)
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