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

postcss-minify-selectors

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-selectors - npm Package Compare versions

Comparing version 2.1.1 to 4.0.0-rc.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 4.0.0-rc.0
* Breaking: Drops support for Node 0.12, we now require at least Node 4.
* Breaking: Update PostCSS to 6.0.0.
# 2.1.1

@@ -2,0 +7,0 @@

14

dist/index.js
'use strict';
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", {
value: true
});

@@ -125,7 +127,7 @@ var _postcss = require('postcss');

var reducers = {
attribute: attribute,
combinator: combinator,
pseudo: pseudo,
tag: tag,
universal: universal
attribute,
combinator,
pseudo,
tag,
universal
};

@@ -132,0 +134,0 @@

'use strict';
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = canUnquote;

@@ -5,0 +7,0 @@

'use strict';
exports.__esModule = true;
Object.defineProperty(exports, "__esModule", {
value: true
});

@@ -5,0 +7,0 @@ exports.default = function (string) {

{
"name": "postcss-minify-selectors",
"version": "2.1.1",
"version": "4.0.0-rc.0",
"description": "Minify selectors with PostCSS.",

@@ -11,7 +11,3 @@ "main": "dist/index.js",

"scripts": {
"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"report": "nyc report --reporter=html",
"test": "nyc ava",
"test-012": "nyc ava"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},

@@ -28,19 +24,7 @@ "keywords": [

"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.9.0",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"nyc": "^10.0.0",
"postcss-font-magician": "^1.4.0"
"babel-cli": "^6.0.0",
"cross-env": "^3.0.0",
"postcss-font-magician": "^2.0.0"
},
"homepage": "https://github.com/ben-eb/postcss-minify-selectors",
"homepage": "https://github.com/ben-eb/cssnano",
"author": {

@@ -51,15 +35,15 @@ "name": "Ben Briggs",

},
"repository": "ben-eb/postcss-minify-selectors.git",
"repository": "ben-eb/cssnano",
"dependencies": {
"alphanum-sort": "^1.0.2",
"has": "^1.0.1",
"postcss": "^5.0.14",
"alphanum-sort": "^1.0.0",
"has": "^1.0.0",
"postcss": "^6.0.0",
"postcss-selector-parser": "^2.0.0"
},
"eslintConfig": {
"extends": "cssnano"
"bugs": {
"url": "https://github.com/ben-eb/cssnano/issues"
},
"ava": {
"require": "babel-register"
"engines": {
"node": ">=4"
}
}

@@ -1,2 +0,2 @@

# [postcss][postcss]-minify-selectors [![Build Status](https://travis-ci.org/ben-eb/postcss-minify-selectors.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-minify-selectors.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/postcss-minify-selectors.svg)][deps]
# [postcss][postcss]-minify-selectors

@@ -34,6 +34,5 @@ > Minify selectors with PostCSS.

## Contributing
## Contributors
Pull requests are welcome. If you add functionality, then please add unit tests
to cover it.
See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).

@@ -44,5 +43,2 @@ ## License

[ci]: https://travis-ci.org/ben-eb/postcss-minify-selectors
[deps]: https://gemnasium.com/ben-eb/postcss-minify-selectors
[npm]: http://badge.fury.io/js/postcss-minify-selectors
[postcss]: https://github.com/postcss/postcss
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