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

@emerson-eps/color-tables

Package Overview
Dependencies
Maintainers
5
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emerson-eps/color-tables - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

10

dist/index.d.ts
import { ColorSelectorAccordion } from './component/ColorSelector/ColorSelectorAccordion';
import { ContinuousLegend } from './component/Legend/ContinuousLegend';
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend';
import { ColorLegend } from './component/Legend/ColorLegend';

@@ -8,7 +6,5 @@ import { colorsArray, rgbValues, RGBToHex } from './component/Utils/continousLegend';

import { colorTablesObj, colorTablesArray } from './component/colorTableTypes';
declare const colorTables: {
name: string;
discrete: boolean;
colors: number[][];
}[];
import { ContinuousLegend } from './component/Legend/ContinuousLegend';
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend';
import * as colorTables from './component/color-tables.json';
export { ColorSelectorAccordion, ContinuousLegend, DiscreteColorLegend, ColorLegend, colorsArray, rgbValues, RGBToHex, d3ColorScales, colorTablesObj, colorTablesArray, colorTables, };
import { ColorSelectorAccordion } from './component/ColorSelector/ColorSelectorAccordion';
import { ContinuousLegend } from './component/Legend/ContinuousLegend';
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend';
import { ColorLegend } from './component/Legend/ColorLegend';
import { colorsArray, rgbValues, RGBToHex } from './component/Utils/continousLegend';
import { d3ColorScales } from './component/Utils/d3ColorScale';
import * as colorTablesJsonData from './component/color-tables.json';
var colorTables = colorTablesJsonData;
import { ContinuousLegend } from './component/Legend/ContinuousLegend';
import { DiscreteColorLegend } from './component/Legend/DiscreteLegend';
import * as colorTables from './component/color-tables.json';
export { ColorSelectorAccordion, ContinuousLegend, DiscreteColorLegend, ColorLegend, colorsArray, rgbValues, RGBToHex, d3ColorScales, colorTables, };
//# sourceMappingURL=index.js.map
{
"name": "@emerson-eps/color-tables",
"version": "0.2.15",
"version": "0.2.16",
"description": "Standard library of color tables for geological domain",

@@ -5,0 +5,0 @@ "release": {

Sorry, the diff of this file is not supported yet

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