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.60 to 1.0.61

20

dist/index.js

@@ -143,2 +143,22 @@ 'use strict';

colors.fun = [
'rgb(135, 178, 246)',
'rgb(135, 146, 246)',
'rgb(168, 135, 246)',
'rgb(207, 135, 246)',
'rgb(242, 135, 246)',
'rgb(246, 135, 165)',
'rgb(246, 135, 135)',
'rgb(246, 148, 135)',
'rgb(246, 179, 135)',
'rgb(246, 207, 135)',
'rgb(135, 246, 146)',
'rgb(158, 224, 192)',
'rgb(135, 246, 178)',
'rgb(135, 246, 215)',
'rgb(135, 246, 240)',
'rgb(135, 222, 246)',
'rgb(135, 192, 246)'
];
colors.colorFor = (arg, colorSetKey='subdued') => {

@@ -145,0 +165,0 @@ if (typeof(arg) === 'object') {

2

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

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

@@ -32,2 +32,22 @@ import _ from 'lodash';

colors.fun = [
'rgb(135, 178, 246)',
'rgb(135, 146, 246)',
'rgb(168, 135, 246)',
'rgb(207, 135, 246)',
'rgb(242, 135, 246)',
'rgb(246, 135, 165)',
'rgb(246, 135, 135)',
'rgb(246, 148, 135)',
'rgb(246, 179, 135)',
'rgb(246, 207, 135)',
'rgb(135, 246, 146)',
'rgb(158, 224, 192)',
'rgb(135, 246, 178)',
'rgb(135, 246, 215)',
'rgb(135, 246, 240)',
'rgb(135, 222, 246)',
'rgb(135, 192, 246)'
];
colors.colorFor = (arg, colorSetKey='subdued') => {

@@ -34,0 +54,0 @@ if (typeof(arg) === 'object') {

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