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

postcss-focus

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-focus - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 2.0
* Use PostCSS 6.0.
## 1.0

@@ -2,0 +8,0 @@ * Use PostCSS 5.0 API.

49

package.json
{
"name": "postcss-focus",
"version": "1.0.0",
"description": "PostCSS plugin to add :focus selector to every :hover",
"version": "2.0.0",
"description": "PostCSS plugin to add :focus selector to every :hover for keyboard accessibility",
"keywords": [

@@ -11,2 +11,4 @@ "postcss",

"focus",
"keyboard",
"accessibility",
"a11y"

@@ -16,19 +18,40 @@ ],

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-focus.git"
"repository": "postcss/postcss-focus",
"bugs": {
"url": "https://github.com/postcss/postcss-focus/issues"
},
"homepage": "https://github.com/postcss/postcss-focus",
"dependencies": {
"postcss": "^5.0.2"
"postcss": "^6.0.1"
},
"devDependencies": {
"gulp-eslint": "1.0.0",
"gulp-mocha": "2.1.3",
"mocha": "2.2.5",
"chai": "3.2.0",
"gulp": "3.9.0"
"eslint": "^3.19.0",
"eslint-config-postcss": "^2.0.2",
"jest": "^20.0.0",
"lint-staged": "^3.4.1",
"pre-commit": "^1.2.2"
},
"scripts": {
"test": "gulp"
}
"lint-staged": "lint-staged",
"test": "jest && eslint *.js"
},
"jest": {
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"env": {
"jest": true
}
},
"lint-staged": {
"*.js": "eslint"
},
"pre-commit": [
"lint-staged"
]
}

@@ -5,5 +5,6 @@ # PostCSS Focus [![Build Status][ci-img]][ci]

title="Philosopher’s stone, logo of PostCSS"
src="http://postcss.github.io/postcss/logo-leftp.png">
src="http://postcss.github.io/postcss/logo-leftp.svg">
[PostCSS] plugin to add `:focus` selector to every `:hover`.
[PostCSS] plugin to add `:focus` selector to every `:hover`
for keyboard accessibility.

@@ -10,0 +11,0 @@ See also [postcss-pseudo-class-enter] for more explicit way.

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