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

postcss-attribute-case-insensitive

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-attribute-case-insensitive - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

16

package.json
{
"name": "postcss-attribute-case-insensitive",
"version": "1.0.1",
"version": "2.0.0",
"description": "PostCSS plugin to support case insensitive attributes",
"main": "dist/index.js",
"scripts": {
"test": "eslint src && npm run publish && mocha --compilers js:babel-register",
"publish": "babel src --out-dir dist"
"test": "eslint src && npm run prepublish && mocha --compilers js:babel-register",
"prepublish": "babel src --out-dir dist"
},

@@ -31,9 +31,9 @@ "repository": {

"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-env": "^1.4.0",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.12.0",

@@ -43,5 +43,5 @@ "mocha": "^3.0.1"

"dependencies": {
"postcss": "^5.1.1",
"postcss-selector-parser": "^2.2.0"
"postcss": "^6.0.0",
"postcss-selector-parser": "^2.2.3"
}
}

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

@@ -85,3 +85,3 @@ import postcss from 'postcss';

export default postcss.plugin('postcss-attribute-case-insensitive', () => (css) => {
export default postcss.plugin('postcss-attribute-case-insensitive', () => css => {
css.walkRules(rule => {

@@ -88,0 +88,0 @@ rule.selector = parser(transform).process(rule.selector).result;

@@ -0,0 +0,0 @@ import postcss from 'postcss';

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