Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kaizen/loading-skeleton

Package Overview
Dependencies
Maintainers
10
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/loading-skeleton - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

21

package.json
{
"name": "@kaizen/loading-skeleton",
"version": "2.0.5",
"version": "2.0.6",
"description": "A collection of loading placeholders that display a non-interactive preview of the app’s actual UI",
"scripts": {
"prepublish": "tsc --project tsconfig.dist.json",
"build": "yarn clean && yarn prepublish",
"build:watch": "yarn clean && yarn prepublish --watch",
"build": "yarn prepublish",
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'"

@@ -20,9 +19,5 @@ },

"files": [
"**/*",
"!**/*.ts",
"!**/*.tsx",
"**/*.d.ts",
"!**/*.spec.*",
"!docs/**/*",
"!tsconfig.dist.json"
"**/*.js",
"**/*.js.map",
"**/*.d.ts"
],

@@ -33,10 +28,10 @@ "author": "",

"dependencies": {
"@kaizen/component-base": "^1.1.5",
"@kaizen/typography": "^2.3.9",
"@kaizen/component-base": "^1.1.6",
"@kaizen/typography": "^2.3.10",
"classnames": "^2.3.2"
},
"peerDependencies": {
"@kaizen/design-tokens": "^10.3.7",
"@kaizen/design-tokens": "^2.10.3 || ^3.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
}
}
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