New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@buzuli/color

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buzuli/color - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

7

example.js

@@ -5,8 +5,7 @@

orange, green, purple,
gray, hex, key,
gray, black, white,
hex, key,
emoji, pool
} = require('./lib/color')
const black = hex('000')
console.log(red('rojo'))

@@ -27,2 +26,4 @@ console.log(orange('naraja'))

console.log(gray.bg(black('gris')))
console.log(white.bg(black('blanco')))
console.log(black.bg(white('negro')))

@@ -29,0 +30,0 @@ console.log(key('orange').bold('My favorite color'))

@@ -24,2 +24,4 @@ const chalk = require('chalk')

const grey = hex(codeGrey)
const black = hex('000')
const white = hex('fff')

@@ -35,2 +37,4 @@ module.exports = {

grey,
black,
white,
key,

@@ -37,0 +41,0 @@ hex,

{
"name": "@buzuli/color",
"version": "2.0.0",
"version": "2.1.0",
"description": "Preferred colors for @buzuli's projects",

@@ -5,0 +5,0 @@ "main": "lib/color.js",

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