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

colors.css

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colors.css - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

3

gulpfile.js

@@ -47,2 +47,3 @@ // Load plugins

gulp.src('./css/colors.css')
.pipe(size({gzip: true, showFiles: true, title:'minified colors.css'}))
.pipe(minifyCSS())

@@ -83,3 +84,3 @@ .pipe(size({gzip: true, showFiles: true, title:'minified colors.css'}))

// Initialize browser-sync which starts a static server also allows for
// Initialize browser-sync which starts a static server also allows for
// browsers to reload on filesave

@@ -86,0 +87,0 @@ gulp.task('browser-sync', function() {

{
"name": "colors.css",
"version": "2.0.3",
"version": "2.0.4",
"main": "js/colors.js",
"style": "css/colors.css",
"homepage": "http://clrs.cc",

@@ -79,3 +80,8 @@ "description": "Better colors for the web. A collection of skin classes for faster prototyping and nicer looking sites.",

},
"scripts": {
"start": "gulp",
"minify": "gulp minify",
"lint": "gulp lint"
},
"license": "MIT"
}
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