New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

with-alpha-hex

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

with-alpha-hex - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

lib/radix.js

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

exports.decimalToHexString = function (decimal) {
var hex = decimal.toString(16);
var hex = Math.round(decimal).toString(16);
if (hex === '0') {

@@ -8,0 +8,0 @@ return '00';

{
"name": "with-alpha-hex",
"version": "1.0.5",
"version": "1.0.6",
"description": "A tiny TypeScript/JavaScript library which helps change/add alpha(opacity) of a css hexadecimal color.",

@@ -5,0 +5,0 @@ "main": "lib/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