Huge News!Announcing our $40M Series B led by Abstract Ventures.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.29 to 1.0.30

15

dist/index.js

@@ -140,5 +140,20 @@ 'use strict';

colors.generic = [
'#ABC0DB',
'#FACD55',
'#C8D4A3',
'#96D9C8',
'#F084AF',
'#E37C71',
'#8DBECC',
'#A2BCE0',
'#D5AEEB',
'#F7DE6D',
'#F0A45D',
];
colors.all = [
...colors.subdued,
...colors.fun,
...colors.generic,
...(Object.values ? Object.values(colors.statuses) : [])

@@ -145,0 +160,0 @@ ];

2

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

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

@@ -47,5 +47,20 @@ var colors = {};

colors.generic = [
'#ABC0DB',
'#FACD55',
'#C8D4A3',
'#96D9C8',
'#F084AF',
'#E37C71',
'#8DBECC',
'#A2BCE0',
'#D5AEEB',
'#F7DE6D',
'#F0A45D',
];
colors.all = [
...colors.subdued,
...colors.fun,
...colors.generic,
...(Object.values ? Object.values(colors.statuses) : [])

@@ -52,0 +67,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