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

gulp-minify-css

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-minify-css - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

7

CHANGELOG.md

@@ -5,6 +5,11 @@ # Change Log

## [1.2.2] - 2015-11-30
- dependency
* Bump [vinyl-sourcemaps-apply](https://github.com/floridoo/vinyl-sourcemaps-apply) to v0.2.0
## [1.2.1] - 2015-08-23
- dependency
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v3.0.0
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v4.0.0

@@ -11,0 +16,0 @@ ## [1.2.0] - 2015-06-25

24

package.json
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "1.2.1",
"version": "1.2.2",
"repository": "murphydanger/gulp-minify-css",
"author": "Jonathan Pollack <jonathan@gnobel.com> (gnobel.com)",
"author": "Murphy Danger <jonathan@gnobel.com> (github.com/murphydanger)",
"contributors": [

@@ -24,6 +24,6 @@ "Shinnosuke Watanabe <snnskwtnb@gmail.com> (github.com/shinnn)"

"scripts": {
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --env mocha index.js test",
"test": "_mocha --full-trace",
"test-dot": "_mocha --reporter dot --full-trace",
"coverage": "istanbul cover _mocha -- --full-trace",
"pretest": "eslint --fix --config @shinnn/node-legacy --env mocha index.js test",
"test": "node --harmony_destructuring node_modules/mocha/bin/_mocha --full-trace",
"test-dot": "node --harmony_destructuring node_modules/mocha/bin/_mocha --reporter dot --full-trace",
"coverage": "node --harmony_destructuring node_modules/istanbul/lib/cli cover _mocha -- --full-trace",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"

@@ -37,17 +37,17 @@ },

"vinyl-bufferstream": "^1.0.1",
"vinyl-sourcemaps-apply": "^0.1.4"
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"@shinnn/eslintrc-node": "^1.0.2",
"@shinnn/eslint-config-node-legacy": "^1.0.0",
"chai": "^3.0.0",
"eslint": "^0.23.0",
"eslint": "^1.10.2",
"from2-string": "^1.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.5",
"istanbul": "^0.3.15",
"istanbul": "^0.4.1",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.2.5",
"stream-combiner2": "^1.0.2",
"vinyl": "^0.5.0"
"stream-combiner2": "^1.1.1",
"vinyl": "^1.1.0"
}
}

@@ -66,2 +66,2 @@ # gulp-minify-css

[MIT](./LICENSE) © [Jonathan Pollack](https://github.com/murphydanger)
[MIT](./LICENSE) © [Murphy Danger](https://github.com/murphydanger)

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