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

postcss-discard-duplicates

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-discard-duplicates - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

dist/index.js

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 2.0.1
* Now compiled with babel 6.
* Minor performance boost from exiting from the `dedupe` function if the node
has less than two child nodes.
# 2.0.0

@@ -2,0 +8,0 @@

31

package.json
{
"name": "postcss-discard-duplicates",
"version": "2.0.0",
"version": "2.0.1",
"description": "Discard duplicate rules in your CSS files with PostCSS.",
"main": "index.js",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE-MIT"
],
"scripts": {
"test": "tape test.js | tap-spec"
"pretest": "eslint src",
"prepublish": "de dist && babel src --out-dir dist --ignore /__tests__/",
"test": "ava src/__tests__"
},

@@ -21,4 +27,11 @@ "keywords": [

"devDependencies": {
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
"ava": "^0.11.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015-loose": "^6.1.4",
"babel-preset-stage-0": "^6.3.13",
"del-cli": "^0.1.2",
"eslint": "^1.10.3",
"eslint-config-cssnano": "^1.0.0"
},

@@ -31,3 +44,9 @@ "homepage": "https://github.com/ben-eb/postcss-discard-duplicates",

},
"repository": "ben-eb/postcss-discard-duplicates"
"repository": "ben-eb/postcss-discard-duplicates",
"eslintConfig": {
"extends": "cssnano"
},
"ava": {
"require": "babel-core/register"
}
}
.npmignore
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