Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@easyv/utils

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/utils - npm Package Compare versions

Comparing version 0.0.34 to 0.0.35

2

lib/getColor.js

@@ -65,3 +65,3 @@ "use strict";

result += 'rgba(' + r + ', ' + g + ', ' + b + ', ' + a * opacity + ') ' + offset + (i !== j - 1 ? '%, ' : '%)');
result += (opacity == 0 ? color : 'rgba(' + r + ', ' + g + ', ' + b + ', ' + a * opacity + ') ') + offset + (i !== j - 1 ? '%, ' : '%)');
}

@@ -68,0 +68,0 @@

{
"name": "@easyv/utils",
"version": "0.0.34",
"version": "0.0.35",
"description": "",

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

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