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.1 to 2.0.2

6

js/colors.js

@@ -22,6 +22,6 @@ var colors = {

if(
typeof modules !== "undefined" &&
typeof modules.exports !== "undefined"
typeof module !== "undefined" &&
typeof module.exports !== "undefined"
){
modules.exports = colors;
module.exports = colors;
}
{
"name": "colors.css",
"version": "2.0.1",
"version": "2.0.2",
"main": "js/colors.js",

@@ -5,0 +5,0 @@ "homepage": "http://clrs.cc",

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