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

postcss-pseudo-class-any-link

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-pseudo-class-any-link - npm Package Compare versions

Comparing version 9.0.2 to 10.0.0

18

CHANGELOG.md
# Changes to PostCSS Pseudo Class Any Link
### 9.0.2
### 10.0.0
_April 21, 2024_
_August 3, 2024_
- Ignore `:any-link` in `:not()` pseudo class functions
- Updated: Support for Node v18+ (major).
### 9.0.1
_December 15, 2023_
- Fix type definitions
### 9.0.0
_July 3, 2023_
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link/CHANGELOG.md)

7

package.json
{
"name": "postcss-pseudo-class-any-link",
"description": "Use the :any-link pseudo-class in CSS",
"version": "9.0.2",
"version": "10.0.0",
"contributors": [

@@ -32,3 +32,3 @@ {

"engines": {
"node": "^14 || ^16 || >=18"
"node": ">=18"
},

@@ -56,3 +56,3 @@ "type": "module",

"dependencies": {
"postcss-selector-parser": "^6.0.13"
"postcss-selector-parser": "^6.1.0"
},

@@ -62,2 +62,3 @@ "peerDependencies": {

},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link#readme",

@@ -64,0 +65,0 @@ "repository": {

# PostCSS Pseudo Class Any Link [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-pseudo-class-any-link.svg" height="20">][npm-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]<br><br>[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/any-link-pseudo-class.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/any-link-pseudo-class.svg" height="20">][css-url]
`npm install postcss-pseudo-class-any-link --save-dev`
```bash
npm install postcss-pseudo-class-any-link --save-dev
```
[PostCSS Pseudo Class Any Link] lets you `:any-link` pseudo-class in CSS,

@@ -46,12 +42,3 @@ following the [Selectors] specification.

[PostCSS Pseudo Class Any Link] runs in all Node environments, with special
instructions for:
- [Node](INSTALL.md#node)
- [PostCSS CLI](INSTALL.md#postcss-cli)
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
- [Webpack](INSTALL.md#webpack)
- [Next.js](INSTALL.md#nextjs)
- [Gulp](INSTALL.md#gulp)
- [Grunt](INSTALL.md#grunt)

@@ -58,0 +45,0 @@ ## Options

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc