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.1 to 1.0.2

2

core/esm/palette/palette.js

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

var extraExtraLightGray = '#fbfbfb';
var darkerExtraLightGray = '#e2e2e2';
var palette = {

@@ -123,3 +124,4 @@ teal: teal,

extraExtraLightGray: extraExtraLightGray,
darkerExtraLightGray: darkerExtraLightGray,
};
export default palette;

3

core/palette/palette.d.ts

@@ -62,4 +62,5 @@ declare const palette: {

extraExtraLightGray: string;
darkerExtraLightGray: string;
};
export default palette;
export declare type PaletteType = Partial<typeof palette>;
export declare type PaletteType = typeof palette;

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

const extraExtraLightGray = '#fbfbfb';
const darkerExtraLightGray = '#e2e2e2';
const palette = {

@@ -125,3 +126,4 @@ teal,

extraExtraLightGray,
darkerExtraLightGray,
};
exports.default = palette;
{
"name": "@terminal-packages/fe-theme",
"version": "1.0.1",
"version": "1.0.2",
"main": "core/index.js",

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

@@ -1,2 +0,2 @@

![Test Action Status](https://github.com/Terminal-Systems/fe-utils/workflows/Tests/badge.svg?branch=develop)
![Test Action Status](https://github.com/Terminal-Systems/fe-utils/workflows/Tests/badge.svg)
![Publish Action Status](https://github.com/Terminal-Systems/fe-utils/workflows/Publish/badge.svg?branch=master)

@@ -42,6 +42,6 @@

```
git remote add base-lib https://github.com/Terminal-Systems/fe-base-pkg.git
git remote add fe-base-pkg https://github.com/Terminal-Systems/fe-base-pkg.git
git checkout -b <some-temp-branch-name>/upgrade
git fetch base-lib
git merge base-lib/master
git fetch fe-base-pkg
git merge fe-base-pkg/master
```

@@ -48,0 +48,0 @@

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

const extraExtraLightGray = '#fbfbfb';
const darkerExtraLightGray = '#e2e2e2';

@@ -124,5 +125,6 @@ const palette = {

extraExtraLightGray,
darkerExtraLightGray,
};
export default palette;
export type PaletteType = Partial<typeof palette>;
export type PaletteType = typeof palette;

Sorry, the diff of this file is not supported yet

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