Socket
Socket
Sign inDemoInstall

postcss-minify-selectors

Package Overview
Dependencies
3
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

dist/index.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2.0.4
* Now compiled with babel 6.
# 2.0.3

@@ -2,0 +6,0 @@

36

package.json
{
"name": "postcss-minify-selectors",
"version": "2.0.3",
"version": "2.0.4",
"description": "Minify selectors with PostCSS.",
"main": "index.js",
"main": "dist/index.js",
"files": [
"index.js",
"lib",
"dist",
"LICENSE-MIT"
],
"scripts": {
"lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/index.js",
"test": "tape test.js | tap-spec"
"pretest": "eslint src",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"test": "ava src/__tests__"
},

@@ -25,7 +25,13 @@ "keywords": [

"devDependencies": {
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"postcss-font-magician": "^1.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
"ava": "^0.11.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"del-cli": "^0.2.0",
"eslint": "^1.10.3",
"eslint-config-cssnano": "^1.0.0",
"postcss-font-magician": "^1.4.0"
},

@@ -42,4 +48,10 @@ "homepage": "https://github.com/ben-eb/postcss-minify-selectors",

"postcss": "^5.0.14",
"postcss-selector-parser": "^1.3.0"
"postcss-selector-parser": "^1.3.1"
},
"eslintConfig": {
"extends": "cssnano"
},
"ava": {
"require": "babel-core/register"
}
}
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