Socket
Socket
Sign inDemoInstall

@clayui/progress-bar

Package Overview
Dependencies
Maintainers
16
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/progress-bar - npm Package Compare versions

Comparing version 3.37.0 to 3.38.0

4

lib/index.js

@@ -16,2 +16,4 @@ "use strict";

var _excluded = ["children", "className", "feedback", "spritemap", "value", "warn"];
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -36,3 +38,3 @@

warn = _ref.warn,
otherProps = _objectWithoutProperties(_ref, ["children", "className", "feedback", "spritemap", "value", "warn"]);
otherProps = _objectWithoutProperties(_ref, _excluded);

@@ -39,0 +41,0 @@ "production" !== "production" ? (0, _warning.default)(value >= 0 && value <= 100, "ClayProgressBar requires `value` to be in the range of 0 to 100, it received ".concat(value, ".")) : void 0;

{
"name": "@clayui/progress-bar",
"version": "3.37.0",
"version": "3.38.0",
"description": "ClayProgressBar component",

@@ -29,3 +29,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"@clayui/icon": "^3.37.0",
"@clayui/icon": "^3.38.0",
"classnames": "^2.2.6",

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

],
"gitHead": "0079c5f752a4c2fd2885e507d466bfd63fe57a9f"
"gitHead": "7bd99c6d432b6973d76b7003e64ed72e42879a8b"
}

Sorry, the diff of this file is not supported yet

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