Socket
Socket
Sign inDemoInstall

postcss-focus-visible

Package Overview
Dependencies
4
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 6.0.0

30

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

@@ -25,17 +25,17 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"engines": {
"node": ">=10.0.0"
"node": ">=12"
},
"dependencies": {
"postcss": "^7.0.27"
"peerDependencies": {
"postcss": "^8.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"eslint": "7.32.0",
"eslint-config-dev": "2.0.0",
"postcss-tape": "5.0.2",
"pre-commit": "^1.2.2",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.4.0"
"postcss": "8.3.6",
"postcss-tape": "6.0.1",
"pre-commit": "1.2.2",
"rollup": "2.56.3",
"rollup-plugin-babel": "4.4.0"
},

@@ -58,3 +58,6 @@ "babel": {

"extends": "eslint:recommended",
"parser": "babel-eslint"
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
},

@@ -68,2 +71,3 @@ "rollup": {

{
"exports": "default",
"file": "dist/index.cjs.js",

@@ -70,0 +74,0 @@ "format": "cjs"

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

[<img alt="CSS Standard Status" src="https://cssdb.org/badge/focus-within-pseudo-class.svg" height="20">][css-url]
[<img alt="build status" src="https://img.shields.io/travis/csstools/postcss-focus-visible/master.svg" height="20">][cli-url]
[<img alt="Build Status" src="https://github.com/csstools/postcss-focus-visible/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]

@@ -119,3 +119,3 @@

[cli-url]: https://travis-ci.org/csstools/postcss-focus-visible
[cli-url]: https://github.com/csstools/postcss-focus-visible/actions/workflows/test.yml?query=workflow/test
[css-url]: https://cssdb.org/#focus-visible-pseudo-class

@@ -122,0 +122,0 @@ [git-url]: https://gitter.im/postcss/postcss

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