Socket
Socket
Sign inDemoInstall

@clayui/progress-bar

Package Overview
Dependencies
12
Maintainers
14
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.40.0 to 3.56.0

README.md

16

lib/index.d.ts

@@ -0,6 +1,22 @@

/**
* 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 if `children` should be wrapped as `feedback`.
*/
feedback?: boolean;
/**
* The current value of the progress bar. Should range from 0 to 100.
*/
value: number;
/**
* Path to spritemap for icon symbol.
*/
spritemap?: string;
/**
* Flag to indicate whether a "warning" color for the bar.
*/
warn?: boolean;

@@ -7,0 +23,0 @@ }

10

package.json
{
"name": "@clayui/progress-bar",
"version": "3.40.0",
"version": "3.56.0",
"description": "ClayProgressBar 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"

@@ -30,3 +30,3 @@ },

"dependencies": {
"@clayui/icon": "^3.40.0",
"@clayui/icon": "^3.56.0",
"classnames": "^2.2.6",

@@ -43,3 +43,3 @@ "warning": "^4.0.3"

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