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

color-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-interfaces - npm Package Compare versions

Comparing version 0.1.24 to 0.1.25

2

package.json

@@ -68,3 +68,3 @@ {

"types": "dist/index.d.ts",
"version": "0.1.24"
"version": "0.1.25"
}

@@ -32,4 +32,4 @@ # color-interfaces

> createColor('hsla(310, 85%, 65%, 0.45)').hsl.get()
< [310, 0.85, 0.65]
> createColor('hsla(310, 85%, 65%, 0.45)').hsla.get()
< [310, 0.85, 0.65, 0.45]

@@ -36,0 +36,0 @@ > createColor('lime').rgb.get()

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