Socket
Socket
Sign inDemoInstall

theme-colors

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

theme-colors - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.4](https://github.com/nuxt-contrib/theme-colors/compare/v0.0.3...v0.0.4) (2020-10-13)
### Bug Fixes
* correct rgb synxtax in parseColor error ([6499e26](https://github.com/nuxt-contrib/theme-colors/commit/6499e26381e77141ab02e4f7c9108c17711bb177))
### [0.0.3](https://github.com/nuxt-contrib/theme-colors/compare/v0.0.2...v0.0.3) (2020-10-13)

@@ -7,0 +14,0 @@

2

dist/utils.js

@@ -16,3 +16,3 @@ "use strict";

}
throw new Error('Invalid color format! Use #ABC or #AABBCC or (r,g,b)');
throw new Error('Invalid color format! Use #ABC or #AABBCC or r,g,b');
}

@@ -19,0 +19,0 @@ exports.parseColor = parseColor;

{
"name": "theme-colors",
"version": "0.0.3",
"version": "0.0.4",
"description": "easily generate color shades for themes",

@@ -5,0 +5,0 @@ "keywords": [

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