New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jalik/form-parser

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/form-parser - npm Package Versions

12

1.2.2

Diff

Changelog

Source

v1.2.2 (2019-01-17)

  • Upgraded dependencies
jalik
published 1.2.1 •

Changelog

Source

v1.2.1 (2018-10-13)

  • Upgraded dependencies
jalik
published 1.2.0 •

Changelog

Source

v1.2.0 (2018-10-10)

  • Upgraded dependencies
  • Removed unused devDependencies
  • Added support for more patterns in method buildObject():
    • buildObject('customField', value, context)
    • buildObject('customField[attr]', value, context)
    • buildObject('customFields[0]', value, context)
  • Changes behavior of method buildObject() to remove undefined fields:
    • Array index with value undefined is removed from the result
      • (ex: calling buildObject('items[0]', undefined, {items:[1,2]}) returns {items:[2]})
    • Object attribute with value undefined is removed from the result
      • (ex: calling buildObject('obj[a]', undefined, {obj:{a:1,b:2}}) returns {obj:{b:2}})
jalik
published 1.1.1 •

Changelog

Source

v1.1.1 (2018-06-07)

  • Upgraded dependencies
jalik
published 1.1.0 •

Changelog

Source

v1.1.0 (2018-04-11)

  • Added method nullify(value)
  • Added method parseField(field, options)
  • Added method trim(value)
jalik
published 1.0.8 •

Changelog

Source

v1.0.8 (2018-03-11)

  • Does not filter field names anymore
jalik
published 1.0.7 •

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