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

circuitsim-theme

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circuitsim-theme - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

24

dist/theme.js

@@ -21,5 +21,10 @@ 'use strict';

var ART = {
LINE_WIDTH: 2
};
var BASE_COLOR = '#bbb';
var ELECTRIC_BLUE = '#7DF9FF';
var colors = {
var COLORS = {
background: '#333',

@@ -29,9 +34,8 @@ base: BASE_COLOR,

highlight: 'white',
theme: '#8800ff',
theme: ELECTRIC_BLUE,
transparent: 'rgba(0,0,0,0)',
current: trans('#7DF9FF', 0.3) };
current: trans(ELECTRIC_BLUE, 0.3)
};
exports.colors = colors;
// electric blue
var typography = {
var TYPOGRAPHY = {
'fontFamily': '\'Helvetica Neue\', Helvetica, Arial, sans-serif',

@@ -41,2 +45,8 @@ 'lineHeight': '1.5em',

};
exports.typography = typography;
exports['default'] = {
ART: ART,
COLORS: COLORS,
TYPOGRAPHY: TYPOGRAPHY
};
module.exports = exports['default'];
{
"name": "circuitsim-theme",
"version": "0.0.7",
"version": "0.0.8",
"dependencies": {

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

{
"name": "circuitsim-theme",
"version": "0.0.7",
"version": "0.0.8",
"description": "Style theme for CircuitSim",

@@ -5,0 +5,0 @@ "main": "dist/theme.js",

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