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.0.17 to 0.0.18

0

dist/BaseHSLInterface.d.ts

@@ -0,0 +0,0 @@ import { Color } from './ColorInterface';

@@ -0,0 +0,0 @@ import { Color } from './ColorInterface';

@@ -0,0 +0,0 @@ import { Color } from "./ColorInterface";

@@ -0,0 +0,0 @@ import { Color as Color_ } from './ColorInterface';

@@ -0,0 +0,0 @@ export interface Color {

@@ -0,0 +0,0 @@ import { RGB } from './ColorInterface';

@@ -0,0 +0,0 @@ import { HexAInterface as HexAInterface_, HEXA } from './ColorInterface';

@@ -0,0 +0,0 @@ import { HexInterface as HexInterface_, HEX } from './ColorInterface';

@@ -0,0 +0,0 @@ import { HSLAInterface as HSLAInterface_, HSLA } from './ColorInterface';

@@ -0,0 +0,0 @@ import { HSLInterface as HSLInterface_, HSL } from './ColorInterface';

@@ -0,0 +0,0 @@ import { HSVAInterface as HSVAInterface_, HSVA } from './ColorInterface';

@@ -0,0 +0,0 @@ import { HSVInterface as HSVInterface_, HSV } from './ColorInterface';

@@ -0,0 +0,0 @@ import Color from './Color';

@@ -0,0 +0,0 @@ import { RGBAInterface as RGBAInterface_, RGBA } from './ColorInterface';

@@ -0,0 +0,0 @@ import { RGBInterface as RGBInterface_, RGB } from './ColorInterface';

@@ -0,0 +0,0 @@ import { RGB } from './ColorInterface';

4

package.json
{
"name": "color-interfaces",
"version": "0.0.17",
"version": "0.0.18",
"description": "interfaces for color spaces",
"repository": "https://github.com/chriskr/color-interfaces",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"author": "chrisk",

@@ -12,0 +12,0 @@ "license": "Apache-2.0",

# color-interfaces
[![Coverage Status](https://img.shields.io/codecov/c/github/chriskr/color-interfaces/master.svg)](https://codecov.io/gh/chriskr/color-interfaces)
### Basic Usage

@@ -19,3 +21,3 @@

[color converter tool](https://chriskr.github.io/color-tool/build/)
[color tool](https://chriskr.github.io/color-tool/build/)

@@ -22,0 +24,0 @@ ### Interfaces

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