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

htmxskyjs

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmxskyjs - npm Package Versions

1
45

1.0.7

Diff

luopais
published 1.0.6 •

luopais
published 1.0.5 •

luopais
published 1.0.4 •

luopais
published 1.0.3 •

luopais
published 1.0.2 •

Changelog

Source

[1.0.2] - 2020-12-12

luopais
published 1.0.1 •

Changelog

Source

[1.0.1] - 2020-12-04

  • AJAX file upload now correctly fires events, allowing for a proper progress bar
  • htmx api functions that expect an element now can accept a string selector instead:
     htmx.on('#form', 'htmx:xhr:progress', function(evt) {
       htmx.find('#progress').setAttribute('value', evt.detail.loaded/evt.detail.total * 100)
     });
    
  • htmx now properly handles the multiple attribute on <select> elements
luopais
published 1.0.0 •

Changelog

Source

[1.0.0] - 2020-11-24

  • Bumped the release version :)
1
45
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