Socket
Socket
Sign inDemoInstall

atomic-spinner

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-spinner - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

40

dist/index.d.ts

@@ -10,9 +10,9 @@ import * as React from 'react';

export declare function Nucleus({ particleFillColor, particleBorderColor, particleCount, particleSize, distanceFromCenter }: NucleusProps): JSX.Element;
export declare type ElectronPathProps = {
export interface ElectronPathProps {
color: string;
width: number;
rotationAngle: number;
};
}
export declare function ElectronPath({ color, width, rotationAngle }: ElectronPathProps): JSX.Element;
export declare type ElectronProps = {
export interface ElectronProps {
rotationAngle: number;

@@ -23,22 +23,22 @@ orbitTime: number;

colorPalette: string[];
};
}
export declare function Electron({ rotationAngle, orbitTime, spacetimeOffset, size, colorPalette }: ElectronProps): JSX.Element;
export declare type AtomicSpinnerProps = {
atomSize: number;
displayElectronPaths: boolean;
displayNucleus: boolean;
electronColorPalette: string[];
electronPathCount: number;
electronPathColor: string;
electronPathWidth: number;
electronsPerPath: number;
electronSize: number;
nucleusParticleFillColor: string;
nucleusParticleBorderColor: string;
nucleusParticleCount: number;
nucleusParticleSize: number;
nucleusDistanceFromCenter: number;
};
export interface AtomicSpinnerProps {
atomSize?: number;
displayElectronPaths?: boolean;
displayNucleus?: boolean;
electronColorPalette?: string[];
electronPathCount?: number;
electronPathColor?: string;
electronPathWidth?: number;
electronsPerPath?: number;
electronSize?: number;
nucleusParticleFillColor?: string;
nucleusParticleBorderColor?: string;
nucleusParticleCount?: number;
nucleusParticleSize?: number;
nucleusDistanceFromCenter?: number;
}
declare function AtomicSpinner({ atomSize, displayElectronPaths, displayNucleus, electronColorPalette, electronPathCount, electronPathColor, electronPathWidth, electronsPerPath, electronSize, nucleusParticleFillColor, nucleusParticleBorderColor, nucleusParticleCount, nucleusParticleSize, nucleusDistanceFromCenter }: AtomicSpinnerProps): JSX.Element;
declare const _default: React.MemoExoticComponent<typeof AtomicSpinner>;
export default _default;
{
"name": "atomic-spinner",
"version": "1.0.7",
"version": "1.0.8",
"description": "Loading spinner that looks like an atom",

@@ -5,0 +5,0 @@ "author": "David Lounsbrough",

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