🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

instaskeleton

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instaskeleton - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
package.json
{
"name": "instaskeleton",
"version": "0.1.1",
"version": "0.1.2",
"description": "Ultra-light React skeleton loader with zero DOM scanning. Automatic JSX inference, manual schema support, shimmer & pulse animations. Only ~1.65KB gzipped.",

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

@@ -26,3 +26,2 @@ # instaskeleton

- [Performance](#performance)
- [Examples](#example-app)
- [Browser Support](#browser-support)

@@ -274,27 +273,2 @@ - [License](#license)

## Example App
The local example app is a comprehensive visual reference covering:
- Profile cards, product grids, social feeds
- Tables, file lists, pricing cards
- Settings forms with mixed controls
- Chat threads, deeply nested comment threads
- Dashboard layouts with nested cards
- E-commerce product detail pages
- Multi-level navigation structures
- Mixed media galleries
- Complex forms with validation states
- Manual schema mirrors showing exact structure
- HOC usage patterns
- All primitive node types
- Animation comparison (shimmer, pulse, none)
Run it from the repo root:
```bash
npm run example:install
npm run example:dev
```
## Development

@@ -306,3 +280,2 @@

npm run dev # Watch mode
npm run example:dev # Run example app
```

@@ -309,0 +282,0 @@