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

postcss-focus-visible

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-focus-visible - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

dist/index.cjs

36

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

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

"bugs": "https://github.com/csstools/postcss-focus-visible/issues",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.mjs",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [

@@ -22,2 +30,3 @@ "dist"

"pretest": "npm install && npm run build",
"prepublishOnly": "npm test",
"test": "npm run lint && npm run tape",

@@ -36,3 +45,2 @@ "tape": "npx postcss-tape"

"eslint": "7.32.0",
"eslint-config-dev": "2.0.0",
"postcss": "8.3.6",

@@ -42,3 +50,4 @@ "postcss-tape": "6.0.1",

"rollup": "2.56.3",
"rollup-plugin-babel": "4.4.0"
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-copy": "^3.4.0"
},

@@ -69,3 +78,14 @@ "babel": {

"plugins": [
"rollup-plugin-babel"
"rollup-plugin-babel",
[
"rollup-plugin-copy",
{
"targets": [
{
"src": "./src/index.d.ts",
"dest": "./dist"
}
]
}
]
],

@@ -75,7 +95,7 @@ "output": [

"exports": "default",
"file": "dist/index.cjs.js",
"file": "dist/index.cjs",
"format": "cjs"
},
{
"file": "dist/index.esm.js",
"file": "dist/index.mjs",
"format": "esm"

@@ -82,0 +102,0 @@ }

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