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.54 to 1.0.55

2

dist/index.js

@@ -169,3 +169,3 @@ 'use strict';

color = colorSet[(arg * 10) % colorSet.length];
color = colorSet[(arg * 3) % colorSet.length];
}

@@ -172,0 +172,0 @@

{
"name": "@symbolic/lib",
"version": "1.0.54",
"version": "1.0.55",
"description": "plain js utilities",

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

@@ -58,3 +58,3 @@ import _ from 'lodash';

color = colorSet[(arg * 10) % colorSet.length];
color = colorSet[(arg * 3) % colorSet.length];
}

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