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.0 to 1.0.1

2

package.json
{
"name": "with-alpha-hex",
"version": "1.0.0",
"version": "1.0.1",
"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",

@@ -23,3 +23,3 @@ # with-alpha-hex

## Styled-JSX Example
```jsx
```tsx
import { withAlphaHex } from 'with-alpha-hex'

@@ -29,5 +29,5 @@

export const RandomComponent = () => {
const RandomComponent = () => {
return (
<>
<div>
<p className="random-text">{text}</p>

@@ -44,3 +44,3 @@ <style jsx>{`

`}</style>
</>
</div>
)

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