Socket
Socket
Sign inDemoInstall

@operational/utils

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operational/utils - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

1

lib/color.d.ts

@@ -68,4 +68,5 @@ import { Theme } from "@operational/theme";

sidebarWidth: number;
titleHeight: number;
}> & {
deprecated?: Theme;
}, color?: string) => string;

@@ -8,2 +8,5 @@ "use strict";

box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}

@@ -10,0 +13,0 @@

4

package.json
{
"name": "@operational/utils",
"version": "1.0.0",
"version": "2.0.0",
"description": "A collection of utilities used within the Contiamo UI suite",

@@ -20,3 +20,3 @@ "main": "./lib/index.js",

"dependencies": {
"@operational/theme": "^1.0.0",
"@operational/theme": "^2.0.0",
"glamor": "^2.20.40",

@@ -23,0 +23,0 @@ "tinycolor2": "^1.4.1"

@@ -9,2 +9,5 @@ import { css } from "glamor"

box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}

@@ -11,0 +14,0 @@

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