New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.1.0 to 0.1.1

CHANGELOG.md

11

package.json
{
"name": "postcss-focus",
"version": "0.1.0",
"version": "0.1.1",
"description": "PostCSS plugin to add :focus selector to every :hover",
"keywords": ["postcss", "css", "postcssplugin", "hover", "focus"],
"keywords": ["postcss", "css", "postcss-plugin", "hover", "focus", "a11y"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",

@@ -13,8 +13,9 @@ "license": "MIT",

"dependencies": {
"postcss": "^4.1.5"
"postcss": "^4.1.8"
},
"devDependencies": {
"gulp-eslint": "0.9.0",
"gulp-eslint": "0.11.1",
"gulp-mocha": "2.0.1",
"chai": "2.2.0",
"mocha": "2.2.4",
"chai": "2.3.0",
"gulp": "3.8.11"

@@ -21,0 +22,0 @@ },

@@ -1,4 +0,6 @@

# PostCSS Focus [![Build Status](https://travis-ci.org/postcss/postcss-focus.svg)](https://travis-ci.org/postcss/postcss-focus)
# PostCSS Focus [![Build Status][ci-img]][ci]
<img align="right" width="135" height="95" src="http://postcss.github.io/postcss/logo-leftp.png" title="Philosopher’s stone, logo of PostCSS">
<img align="right" width="135" height="95"
title="Philosopher’s stone, logo of PostCSS"
src="http://postcss.github.io/postcss/logo-leftp.png">

@@ -8,2 +10,4 @@ [PostCSS] plugin to add `:focus` selector to every `:hover`.

[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/postcss/postcss-focus.svg
[ci]: https://travis-ci.org/postcss/postcss-focus

@@ -10,0 +14,0 @@ ```css

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