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.44 to 1.0.45

9

dist/index.js

@@ -178,10 +178,2 @@ 'use strict';

colors.statuses = {
active: 'rgb(199, 223, 240)',
none: 'rgb(216, 216, 216)',
blocked: 'rgb(247, 170, 170)',
complete: 'rgb(218, 234, 201)',
snoozed: 'rgb(245, 202, 112)'
};
colors.generic = [

@@ -220,2 +212,3 @@ '#ABC0DB',

else if (status === 'ready') color = '#D0D48C';
else if (status === 'active') color = '#D4B2D0';
else if (status === 'complete') color = '#97C27B';

@@ -222,0 +215,0 @@ }

2

package.json
{
"name": "@symbolic/lib",
"version": "1.0.44",
"version": "1.0.45",
"description": "plain js utilities",

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

@@ -52,10 +52,2 @@ import _ from 'lodash';

colors.statuses = {
active: 'rgb(199, 223, 240)',
none: 'rgb(216, 216, 216)',
blocked: 'rgb(247, 170, 170)',
complete: 'rgb(218, 234, 201)',
snoozed: 'rgb(245, 202, 112)'
};
colors.generic = [

@@ -94,2 +86,3 @@ '#ABC0DB',

else if (status === 'ready') color = '#D0D48C';
else if (status === 'active') color = '#D4B2D0';
else if (status === 'complete') color = '#97C27B';

@@ -96,0 +89,0 @@ }

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