Socket
Socket
Sign inDemoInstall

postcss-focus-visible

Package Overview
Dependencies
7
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 6.0.4

4

CHANGELOG.md
# Changes to PostCSS Focus Visible
### 6.0.4 (February 5, 2022)
- Improved `es module` and `commonjs` compatibility
### 6.0.3 (January 2, 2022)

@@ -4,0 +8,0 @@

13

package.json
{
"name": "postcss-focus-visible",
"version": "6.0.3",
"version": "6.0.4",
"description": "Use the :focus-visible pseudo-selector in CSS",

@@ -12,2 +12,9 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"files": [

@@ -32,3 +39,3 @@ "CHANGELOG.md",

"dependencies": {
"postcss-selector-parser": "^6.0.8"
"postcss-selector-parser": "^6.0.9"
},

@@ -40,3 +47,3 @@ "devDependencies": {

"peerDependencies": {
"postcss": "^8.3"
"postcss": "^8.4"
},

@@ -43,0 +50,0 @@ "keywords": [

# PostCSS Focus Visible [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-focus-visible.svg" height="20">][npm-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/badge/focus-within-pseudo-class.svg" height="20">][css-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/focus-within-pseudo-class.svg" height="20">][css-url]
[<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
[<img alt="support chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

@@ -120,3 +120,3 @@ [PostCSS Focus Visible] lets you use the `:focus-visible` pseudo-class in

[css-url]: https://cssdb.org/#focus-visible-pseudo-class
[git-url]: https://gitter.im/postcss/postcss
[discord]: https://discord.gg/bUadyRwkJS
[npm-url]: https://www.npmjs.com/package/postcss-focus-visible

@@ -123,0 +123,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc