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

@stianlarsen/react-light-beam

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stianlarsen/react-light-beam - npm Package Compare versions

Comparing version

to
1.0.2

1

dist/index.d.ts
import React from "react";
import { LightBeamProps } from "../types/types";
export declare const LightBeam: ({ className, colorLightmode, colorDarkmode, fullWidth, }: LightBeamProps) => React.JSX.Element;
export default LightBeam;

@@ -78,2 +78,1 @@ "use strict";

exports.LightBeam = LightBeam;
exports.default = exports.LightBeam;

2

package.json
{
"name": "@stianlarsen/react-light-beam",
"version": "1.0.1",
"version": "1.0.2",
"description": "A customizable React component that creates a light beam effect using conic gradients. Supports dark mode and various customization options.",

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