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
1
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 6.0.0 to 7.0.0

.editorconfig

5

CHANGELOG.md
# Changes to PostCSS Pseudo Class Any Link
### 7.0.0 (September 17, 2021)
- Updated: Support for PostCSS 8+ (major).
- Updated: Support for Node v12+ (major).
### 6.0.0 (September 17, 2018)

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

46

package.json
{
"name": "postcss-pseudo-class-any-link",
"version": "6.0.0",
"version": "7.0.0",
"description": "Use the :any-link pseudo-class in CSS",

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

"bugs": "https://github.com/jonathantneal/postcss-pseudo-class-any-link/issues",
"main": "index.cjs.js",
"module": "index.es.mjs",
"files": [
"index.cjs.js",
"index.cjs.js.map",
"index.es.mjs",
"index.es.mjs.map"
],
"main": "index.js",
"scripts": {
"prepublishOnly": "npm test",
"pretest": "rollup -c .rollup.js --silent",
"test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
"test:ec": "echint --ignore index.*.js test",
"test": "npm run test:js && npm run test:tape",
"test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",

@@ -28,22 +19,25 @@ "test:tape": "postcss-tape"

"engines": {
"node": ">=6.0.0"
"node": ">=12"
},
"peerDependencies": {
"postcss": "^8.3"
},
"dependencies": {
"postcss": "^7.0.2",
"postcss-selector-parser": "^5.0.0-rc.3"
"postcss-selector-parser": "^6"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"eslint": "^5.6.0",
"eslint-config-dev": "^2.0.0",
"postcss-tape": "^2.2.0",
"pre-commit": "^1.2.2",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.1"
"eslint": "7.32.0",
"postcss": "8.3.6",
"postcss-tape": "6.0.1"
},
"eslintConfig": {
"extends": "dev",
"parser": "babel-eslint"
"env": {
"browser": true,
"es6": true,
"node": true
},
"parserOptions": {
"sourceType": "module"
},
"root": true
},

@@ -50,0 +44,0 @@ "keywords": [

@@ -33,2 +33,4 @@ # PostCSS Pseudo Class Any Link [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][postcss]

[!['Can I use' table](https://caniuse.bitsofco.de/image/css-any-link.png)](https://caniuse.com/#feat=css-any-link)
## Usage

@@ -39,3 +41,3 @@

```bash
npm install postcss-pseudo-class-any-link --save-dev
npm install postcss postcss-pseudo-class-any-link --save-dev
```

@@ -91,4 +93,4 @@

[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-pseudo-class-any-link.svg
[cli-url]: https://travis-ci.org/jonathantneal/postcss-pseudo-class-any-link
[cli-img]: https://github.com/csstools/postcss-pseudo-class-any-link/workflows/test/badge.svg
[cli-url]: https://github.com/csstools/postcss-pseudo-class-any-link/actions/workflows/test.yml?query=workflow/test
[css-img]: https://cssdb.org/badge/any-link-pseudo-class.svg

@@ -95,0 +97,0 @@ [css-url]: https://cssdb.org/#any-link-pseudo-class

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