Socket
Socket
Sign inDemoInstall

postcss-attribute-case-insensitive

Package Overview
Dependencies
7
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 5.0.0

lib/index.js

24

package.json
{
"name": "postcss-attribute-case-insensitive",
"version": "4.0.2",
"version": "5.0.0",
"description": "PostCSS plugin to support case insensitive attributes",
"main": "dist/index.js",
"scripts": {
"test": "eslint src && npm run prepublish && mocha --require @babel/register",
"prepublish": "babel src --out-dir dist"
},
"main": "lib/index.js",
"repository": {

@@ -29,18 +25,8 @@ "type": "git",

"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/register": "^7.8.3",
"chai": "^4.2.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0"
},
"dependencies": {
"postcss": "^7.0.2",
"postcss-selector-parser": "^6.0.2"
},
"peerDependencies": {
"postcss": "^8.0.2"
}
}

@@ -5,2 +5,4 @@ # postcss-attribute-case-insensitive [![Build Status][ci-img]][ci]

[!['Can I use' table](https://caniuse.bitsofco.de/image/css-case-insensitive.png)](https://caniuse.com/#feat=css-case-insensitive)
[PostCSS]: https://github.com/postcss/postcss

@@ -22,2 +24,2 @@ [ci-img]: https://travis-ci.org/Semigradsky/postcss-attribute-case-insensitive.svg

### Notes
- As you see in example, it is not necessary to use this plugin with very long attributes.
- As you see in example, it is not recommended to use this plugin with very long attributes.

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