New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@orfium/ictinus

Package Overview
Dependencies
Maintainers
3
Versions
554
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orfium/ictinus - npm Package Compare versions

Comparing version 0.13.1 to 1.0.0

11

CHANGELOG.md

@@ -1,8 +0,13 @@

## [0.13.1](https://github.com/Orfium/orfium-ictinus/compare/v0.13.0...v0.13.1) (2020-11-12)
# [1.0.0](https://github.com/Orfium/orfium-ictinus/compare/v0.13.1...v1.0.0) (2020-11-17)
### Bug Fixes
### Features
* **table:** small problem with selecting ids causing problem to show top right area ([0775c0a](https://github.com/Orfium/orfium-ictinus/commit/0775c0a43cb3899edc2f45b76876b14e37b9b4c2))
* add new blue color and info is set to darkBlue ([b59bb6d](https://github.com/Orfium/orfium-ictinus/commit/b59bb6d2b67f4c7ca3cc87cf791eb0925aac062b))
### BREAKING CHANGES
* A new blue was added. Default info color changed to darkBlue
# CHANGELOG

@@ -9,0 +14,0 @@

@@ -16,2 +16,3 @@ export declare const flatPaletteConfig: flatPaletteConfigType;

teal?: string;
lightBlue?: string;
blue?: string;

@@ -33,2 +34,3 @@ darkBlue?: string;

teal: generatedColorShades;
lightBlue: generatedColorShades;
blue: generatedColorShades;

@@ -35,0 +37,0 @@ darkBlue: generatedColorShades;

@@ -26,3 +26,4 @@ "use strict";

teal: '#27dcbd',
blue: '#18aed2',
lightBlue: '#18aed2',
blue: '#1283d3',
darkBlue: '#232d7d',

@@ -51,3 +52,3 @@ purple: '#71458f'

warning: flatPaletteConfig.orange,
info: flatPaletteConfig.blue,
info: flatPaletteConfig.darkBlue,
light: flatPaletteConfig.lightGray,

@@ -74,3 +75,3 @@ flat: _objectSpread({}, flatPaletteConfig),

warning: flatPaletteConfig.orange,
info: flatPaletteConfig.blue,
info: flatPaletteConfig.darkBlue,
light: flatPaletteConfig.lightGray,

@@ -77,0 +78,0 @@ flat: _objectSpread({}, flatPaletteConfig),

{
"name": "@orfium/ictinus",
"version": "0.13.1",
"version": "1.0.0",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

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