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

cssmin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssmin - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

README.md

2

cssmin.js

@@ -26,3 +26,3 @@ /**

exports = cssmin;
module.exports = cssmin;

@@ -29,0 +29,0 @@ function cssmin(css, linebreakpos) {

{
"name": "cssmin",
"version": "0.4.0",
"version": "0.4.1",
"description": "A simple CSS minifier that uses a port of YUICompressor in JS",
"main": "cssmin",
"bin": {
"cssmin": "./bin/cssmin"
},
"author" : {
"name" : "Johan Bleuzen",
"url" : "http://blog.johanbleuzen.fr"
"bin": {
"cssmin": "./bin/cssmin"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/jbleuzen/node-cssmin"
}
"author": {
"name": "Johan Bleuzen",
"url": "http://blog.johanbleuzen.fr"
},
"repository": {
"type": "git",
"url": "http://github.com/jbleuzen/node-cssmin"
},
"scripts": {
"test": "node ./tests/launcher.js"
},
"devDependencies": {
"mocha": "~1.9.0",
"vows": "~0.7.0",
"assert": "~0.4.9"
}
}
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