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 1.1.1 to 1.1.2

2

example.js

@@ -22,4 +22,4 @@

console.log(yellow(emoji.inject(':palm_tree: summer :sunny:')))
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:')))
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:')))
console.log(gray(emoji.inject(':snowman: winter :snowflake:')))

@@ -15,2 +15,3 @@ const chalk = require('chalk')

gray: hex('aaa'),
grey: hex('aaa'),
key,

@@ -17,0 +18,0 @@ hex,

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

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

@@ -50,5 +50,5 @@ # color

console.log(yellow(emoji.inject(':palm_tree: summer :sunny:')))
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:')))
console.log(orange(emoji.inject(':jack_o_lantern: fall :fallen_leaf:')))
console.log(gray(emoji.inject(':snowman: winter :snowflake:')))
```
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