Socket
Socket
Sign inDemoInstall

@hsds/utils-color

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hsds/utils-color - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

12

CHANGELOG.md

@@ -5,6 +5,16 @@ # Changelog

### [5.2.1](https://github.com/helpscout/hsds/compare/utils-color-5.2.0...utils-color-5.2.1) (2022-08-25)
## [5.3.0](https://github.com/helpscout/hsds/compare/utils-color-5.2.1...utils-color-5.3.0) (2022-10-20)
### Dependency Updates
* `colorway` updated to version `5.1.0`
### Features
* adds a new color yellow.50 ([6d0a166](https://github.com/helpscout/hsds/commit/6d0a166cf9d36d05bdea329bd8545ea8f7126fa8))
### [5.2.1](https://github.com/helpscout/hsds/compare/utils-color-5.2.0...utils-color-5.2.1) (2022-08-29)
### Dependency Updates
* `colorway` updated to version `5.0.1`

@@ -11,0 +21,0 @@ ## [5.2.0](https://github.com/helpscout/hsds/compare/utils-color-5.1.0...utils-color-5.2.0) (2022-08-18)

@@ -46,2 +46,3 @@ "use strict";

yellow: {
50: '#FFFBF3',
100: '#FFF9EF',

@@ -48,0 +49,0 @@ 200: '#FFF2D7',

4

package.json
{
"name": "@hsds/utils-color",
"version": "5.2.1",
"version": "5.3.0",
"main": "./index.cjs.js",

@@ -8,3 +8,3 @@ "module": "./index.esm.js",

"dependencies": {
"@hsds/colorway": "5.0.1",
"@hsds/colorway": "5.1.0",
"lodash.get": "^4.4.2",

@@ -11,0 +11,0 @@ "lodash.isplainobject": "^4.0.6"

@@ -43,2 +43,3 @@ // Generated with @hsds/colorway

yellow: {
50: '#FFFBF3',
100: '#FFF9EF',

@@ -45,0 +46,0 @@ 200: '#FFF2D7',

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