Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theme-ui/color

Package Overview
Dependencies
Maintainers
2
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theme-ui/color - npm Package Compare versions

Comparing version 0.2.53 to 0.3.0-alpha.0

4

package.json
{
"name": "@theme-ui/color",
"version": "0.2.53",
"version": "0.3.0-alpha.0",
"main": "dist/index.js",

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

"license": "MIT",
"gitHead": "33228790a319849408d9a28d7e6ad43f8bd39210"
"gitHead": "1b72612681a1cbac1bd1610d118cd209ceba9b88"
}

@@ -92,2 +92,7 @@ import {

test('mix without third argument', () => {
const n = mix('primary', 'secondary')(theme)
expect(n).toBe('#337fcc')
})
test('complement', () => {

@@ -94,0 +99,0 @@ const n = complement('secondary')(theme)

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