Socket
Socket
Sign inDemoInstall

react-loading-skeleton

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loading-skeleton - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

lib/index.d.ts

7

package.json
{
"name": "react-loading-skeleton",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",

@@ -9,2 +9,5 @@ "author": "David Tang",

"types": "lib/index.d.ts",
"files": [
"lib/"
],
"sideEffects": false,

@@ -30,3 +33,3 @@ "browserslist": [

"test": "jest",
"build": "babel src --out-dir lib --delete-dir-on-start --copy-files",
"build": "babel src --out-dir lib --delete-dir-on-start --ignore \"src/**/*.test.js\" && cp src/index.d.ts lib",
"storybook": "start-storybook -p 8080",

@@ -33,0 +36,0 @@ "prepublishOnly": "yarn run build"

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