New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/loading-indicator

Package Overview
Dependencies
Maintainers
14
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/loading-indicator - npm Package Compare versions

Comparing version 3.40.0 to 3.56.0

README.md

10

lib/index.d.ts

@@ -0,4 +1,14 @@

/**
* SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com>
* SPDX-License-Identifier: BSD-3-Clause
*/
import React from 'react';
interface IProps extends React.HTMLAttributes<HTMLDivElement> {
/**
* Flag to indicate the 'light' variant
*/
light?: boolean;
/**
* Flag to indicate the small size
*/
small?: boolean;

@@ -5,0 +15,0 @@ }

8

package.json
{
"name": "@clayui/loading-indicator",
"version": "3.40.0",
"version": "3.56.0",
"description": "ClayLoadingIndicator component",

@@ -20,4 +20,4 @@ "license": "BSD-3-Clause",

"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
"build:types": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"prepublishOnly": "yarn build && yarn build:types",
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
"prepublishOnly": "yarn build && yarn buildTypes",
"test": "jest --config ../../jest.config.js"

@@ -40,3 +40,3 @@ },

],
"gitHead": "35f995fa7784af86b2052a542ae5d7b1eccfd356"
"gitHead": "1c33d9c709d8ce071862f0087c76ac23ce11465b"
}
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