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

@terminal-packages/fe-theme

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@terminal-packages/fe-theme - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

core/esm/palette/palette.js

@@ -27,2 +27,3 @@ var teal = '#019e73';

var alertBlue = '#e7e8fc';
var dirtyWhite = '#fcfcfc';
var lightBlack = 'rgba(0, 0, 0, 0.6)';

@@ -94,2 +95,3 @@ var whiteThree = '#ffffff';

whiteSmoke: whiteSmoke,
dirtyWhite: dirtyWhite,
lightBlack: lightBlack,

@@ -96,0 +98,0 @@ darkOrange: darkOrange,

@@ -29,2 +29,3 @@ declare const palette: {

whiteSmoke: string;
dirtyWhite: string;
lightBlack: string;

@@ -31,0 +32,0 @@ darkOrange: string;

@@ -29,2 +29,3 @@ "use strict";

const alertBlue = '#e7e8fc';
const dirtyWhite = '#fcfcfc';
const lightBlack = 'rgba(0, 0, 0, 0.6)';

@@ -96,2 +97,3 @@ const whiteThree = '#ffffff';

whiteSmoke,
dirtyWhite,
lightBlack,

@@ -98,0 +100,0 @@ darkOrange,

2

package.json
{
"name": "@terminal-packages/fe-theme",
"version": "1.0.6",
"version": "1.0.7",
"main": "core/index.js",

@@ -5,0 +5,0 @@ "module": "core/esm/index.js",

@@ -27,2 +27,3 @@ const teal = '#019e73';

const alertBlue = '#e7e8fc';
const dirtyWhite = '#fcfcfc';
const lightBlack = 'rgba(0, 0, 0, 0.6)';

@@ -95,2 +96,3 @@ const whiteThree = '#ffffff';

whiteSmoke,
dirtyWhite,
lightBlack,

@@ -97,0 +99,0 @@ darkOrange,

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