Socket
Socket
Sign inDemoInstall

@expressen/tallahassee

Package Overview
Dependencies
Maintainers
0
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expressen/tallahassee - npm Package Versions

1
21

13.2.1

Diff

Changelog

Source

13.2.1

  • add window, and consequently document, to attribute eventhandlers execution scope
  • fix NodeList is not iterable by for-loops in some node versions, maybe...
paed01
published 13.2.0 •

Changelog

Source

13.2.0

  • implement HTMLInputElement willValidate property
  • implement checkbox validation
  • as well as radio input, where only one input may be required
paed01
published 13.1.1 •

Changelog

Source

13.1.1

  • fix "valid" email pattern, allow proper email to pass, and some strange ones like .@. which is apparently accepted by Chrome
paed01
published 13.1.0 •

Changelog

Source

13.1.0

  • implement form novalidate
  • add submit submitter with name to payload
  • button has default type submit
paed01
published 13.0.0 •

Changelog

Source

13.0.0

  • input.validity is of type ValidityState
  • <input name="foo" required oninput="setCustomValidity('')" oninvalid="setCustomValidity('Required')"> now executes attribute event handlers
paed01
published 12.1.0 •

Changelog

Source

12.1.0

  • add required property to input, select, and textarea
  • fix textarea set value confusion, innerText and innerHTML has nothing to do with textarea value
  • override Element.toString to include class name
paed01
published 12.0.0 •

Changelog

Source

12.0.0

  • implement custom element, i.e. window.customElements.define(name,
  • fix submit from click emitting PointerEvent picked up by form element and submitted
  • new option for regexp override of window.matchMedia mediaQuery
  • add setProperty to CSSStyleDeclaration
  • add submitter property to SubmitEvent
  • fix target property of Event
  • fix currentTarget property of Event
  • MediaQueryList as class extending EventTarget
paed01
published 11.21.0 •

Changelog

Source

11.21.0

  • Utilize FormData as payload source when submitting form
  • Fix empty input value submits empty string
  • Fix FormData behaviour
  • Start test-app if addressed as main, for testing behaviours - node app/app.js
matsrorbecker
published 11.20.0 •

Changelog

Source

11.20.0

  • Add insertAdjacentElement method on Element
paed01
published 11.19.0 •

Changelog

Source

11.19.0

  • removeAttribute triggers attribute change
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