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

@symbolic/lib

Package Overview
Dependencies
Maintainers
4
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@symbolic/lib - npm Package Compare versions

Comparing version 1.0.39 to 1.0.40

23

dist/index.js

@@ -106,15 +106,10 @@ 'use strict';

colors.subdued = [
'rgb(187, 205, 229)',
'rgb(229, 187, 187)',
'rgb(187, 191, 229)',
'rgb(229, 200, 187)',
'rgb(200, 187, 229)',
'rgb(229, 211, 187)',
'rgb(187, 229, 205)',
'rgb(207, 229, 187)',
'rgb(187, 229, 222)',
'rgb(216, 187, 229)',
'rgb(229, 187, 205)',
'rgb(188, 229, 187)',
'rgb(187, 228, 229)',
'rgb(240, 182, 182)',
'rgb(247, 237, 143)',
'rgb(179, 187, 242)',
'rgb(179, 242, 228)',
'rgb(232, 190, 217)',
'rgb(179, 216, 242)',
'rgb(201, 242, 167)',
'rgb(245, 206, 154)',
];

@@ -177,3 +172,3 @@

if (status) {
if (status === 'archived') color = '#F1F1F1';
if (status === 'archived') color = '#CCCCCC';
else if (status === 'pending') color = '#F4D05F';

@@ -180,0 +175,0 @@ else if (status === 'planning') color = '#BAC4E3';

{
"name": "@symbolic/lib",
"version": "1.0.39",
"version": "1.0.40",
"description": "plain js utilities",

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

@@ -6,15 +6,10 @@ import _ from 'lodash';

colors.subdued = [
'rgb(187, 205, 229)',
'rgb(229, 187, 187)',
'rgb(187, 191, 229)',
'rgb(229, 200, 187)',
'rgb(200, 187, 229)',
'rgb(229, 211, 187)',
'rgb(187, 229, 205)',
'rgb(207, 229, 187)',
'rgb(187, 229, 222)',
'rgb(216, 187, 229)',
'rgb(229, 187, 205)',
'rgb(188, 229, 187)',
'rgb(187, 228, 229)',
'rgb(240, 182, 182)',
'rgb(247, 237, 143)',
'rgb(179, 187, 242)',
'rgb(179, 242, 228)',
'rgb(232, 190, 217)',
'rgb(179, 216, 242)',
'rgb(201, 242, 167)',
'rgb(245, 206, 154)',
];

@@ -77,3 +72,3 @@

if (status) {
if (status === 'archived') color = '#F1F1F1';
if (status === 'archived') color = '#CCCCCC';
else if (status === 'pending') color = '#F4D05F';

@@ -80,0 +75,0 @@ else if (status === 'planning') color = '#BAC4E3';

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