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

postcss-focus-within

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-focus-within - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

6

CHANGELOG.md
# Changes to PostCSS Focus Within
### 9.0.0
### 9.0.1
_August 3, 2024_
_October 23, 2024_
- Updated: Support for Node v18+ (major).
- Updated: `postcss-selector-parser`
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within/CHANGELOG.md)
{
"name": "postcss-focus-within",
"description": "Use the :focus-within pseudo-selector in CSS",
"version": "9.0.0",
"version": "9.0.1",
"contributors": [

@@ -63,3 +63,3 @@ {

"dependencies": {
"postcss-selector-parser": "^6.1.0"
"postcss-selector-parser": "^7.0.0"
},

@@ -66,0 +66,0 @@ "peerDependencies": {

@@ -146,3 +146,3 @@ # PostCSS Focus Within [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]

<!-- When using a CDN url you will have to manually update the version number -->
<script src="https://unpkg.com/postcss-focus-within@9.0.0/dist/browser-global.js"></script>
<script src="https://unpkg.com/postcss-focus-within@9.0.1/dist/browser-global.js"></script>
<script>focusWithinInit()</script>

@@ -149,0 +149,0 @@ ```

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