Socket
Socket
Sign inDemoInstall

react-skeleton-generator

Package Overview
Dependencies
86
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

dist/components/Skeleton/index.d.ts

@@ -1,2 +0,2 @@

import * as React from 'react';
/// <reference types="react" />
import { SkeletonContainer } from './SkeletonContainer';

@@ -6,5 +6,5 @@ import { SkeletonProps } from './types';

({ height, width, borderRadius, style, count, spaceBetween, widthMultiple, heightMultiple, dataTestId, }: SkeletonProps): JSX.Element;
SkeletonThemeProvider: React.ElementType<any>;
SkeletonThemeProvider: ({ color, animation, animationDuration, style, highlight, children, dataTestId, }: import("./SkeletonThemeProvider/types").SkeletonThemeProviderProps) => JSX.Element;
Container: typeof SkeletonContainer;
};
export { Skeleton };

@@ -1,2 +0,3 @@

import * as React from 'react';
export declare const SkeletonThemeProvider: React.ElementType<any>;
/// <reference types="react" />
import { SkeletonThemeProviderProps } from './types';
export declare const SkeletonThemeProvider: ({ color, animation, animationDuration, style, highlight, children, dataTestId, }: SkeletonThemeProviderProps) => JSX.Element;
{
"name": "react-skeleton-generator",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc