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

@eubank/kit-loader

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eubank/kit-loader - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

cjs/loader.types.d.ts

@@ -1,6 +0,6 @@

import { HTMLProps } from 'react';
import { CSSProperties, HTMLProps } from 'react';
interface LoaderProps extends HTMLProps<SVGSVGElement> {
className?: string;
size?: number;
color?: string;
color?: CSSProperties['color'];
secondaryColor?: string;

@@ -7,0 +7,0 @@ spinner?: boolean;

@@ -1,6 +0,6 @@

import { HTMLProps } from 'react';
import { CSSProperties, HTMLProps } from 'react';
interface LoaderProps extends HTMLProps<SVGSVGElement> {
className?: string;
size?: number;
color?: string;
color?: CSSProperties['color'];
secondaryColor?: string;

@@ -7,0 +7,0 @@ spinner?: boolean;

{
"name": "@eubank/kit-loader",
"version": "0.0.3",
"version": "0.0.4",
"description": "Loader",

@@ -5,0 +5,0 @@ "license": "ISC",

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