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

postcss-discard-unused

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-discard-unused - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.js

5

CHANGELOG.md

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

# 1.0.3
* Improved performance by reducing the amount of AST iterations.
* Converted the codebase to ES6.
# 1.0.2

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

26

package.json
{
"name": "postcss-discard-unused",
"version": "1.0.2",
"version": "1.0.3",
"description": "Discard unused counter styles, keyframes and fonts.",
"main": "index.js",
"main": "dist/index.js",
"files": [
"bin",
"LICENSE-MIT",
"dist"
],
"scripts": {
"test": "tape test.js | tap-spec"
"prepublish": "babel src --out-dir dist --ignore /__tests__/",
"test-unformatted": "babel-tape-runner \"src/**/__tests__/*.js\"",
"test": "npm run test-unformatted | faucet"
},
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin"
"postcss-plugin",
"unused"
],
"license": "MIT",
"devDependencies": {
"tap-spec": "^2.2.2",
"tape": "^3.5.0"
"babel": "^5.8.21",
"babel-tape-runner": "^1.2.0",
"faucet": "0.0.1",
"tape": "^4.1.0"
},

@@ -28,5 +40,5 @@ "homepage": "https://github.com/ben-eb/postcss-discard-unused",

"flatten": "0.0.1",
"postcss": "^4.1.11",
"postcss": "^4.1.16",
"uniqs": "^2.0.0"
}
}
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