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.2 to 6.0.3

5

CHANGELOG.md
# Changes to PostCSS Focus Visible
### 6.0.3 (January 2, 2022)
- Removed Sourcemaps from package tarball.
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
### 6.0.2 (December 13, 2021)

@@ -4,0 +9,0 @@

14

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

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

"CHANGELOG.md",
"INSTALL.md",
"LICENSE.md",

@@ -20,5 +19,2 @@ "README.md",

],
"bin": {
"postcss-focus-visible": "dist/cli.mjs"
},
"scripts": {

@@ -30,3 +26,4 @@ "build": "rollup -c ../../rollup/default.js",

"stryker": "stryker run --logLevel error",
"test": "postcss-tape --ci"
"test": "postcss-tape --ci && npm run test:exports",
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs"
},

@@ -37,3 +34,3 @@ "engines": {

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

@@ -78,3 +75,6 @@ "devDependencies": {

"directory": "plugins/postcss-focus-visible"
},
"volta": {
"extends": "../../package.json"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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