You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-react-web-api

Package Overview
Dependencies
Maintainers
1
Versions
968
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-web-api - npm Package Versions

1
9294
97

1.12.5-next.2

Diff
r
rel1cx
published 1.12.5-next.2 •
r
rel1cx
published 1.12.5-next.1 •
r
rel1cx
published 1.12.5-next.0 •
r
rel1cx
published 1.12.4 •

Changelog

Source

v1.12.4 (2024-08-31)

✨ New

  • Added useLayoutEffect and useInsertionEffect support to hooks-extra/no-direct-set-state-in-use-effect

🪄 Improvements

  • Deprecate rule hooks-extra/no-direct-set-state-in-use-layout-effect in favor of hooks-extra/no-direct-set-state-in-use-effect (the previous rule will still be available until the next major update to avoid breaking changes)
r
rel1cx
published 1.12.4-beta.3 •
r
rel1cx
published 1.12.4-next.3 •
r
rel1cx
published 1.12.4-next.2 •
r
rel1cx
published 1.12.4-beta.1 •
r
rel1cx
published 1.12.4-next.0 •
r
rel1cx
published 1.12.3 •

Changelog

Source

v1.12.3 (2024-08-29)

✨ New

  • Added support for detecting event listeners removed by abort signal in rule web-api/no-leaked-event-listener

🐞 Fixes

  • Fixed no-duplicate-key rule false positives when the key is a variable
  • Fixed web-api/no-leaked-set-timeout and web-api/no-leaked-set-interval false positives when a timer is assigned to a variable declared by let but not initialized