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

@highlight-ui/circular-progress

Package Overview
Dependencies
Maintainers
9
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/circular-progress - npm Package Compare versions

Comparing version 2.2.10 to 2.2.11

4

dist/cjs/index.js

@@ -64,4 +64,4 @@ 'use strict';

var styles = {
"circle": "CircularProgress-module__hC7zIHBR__v2-2-10",
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-10"
"circle": "CircularProgress-module__hC7zIHBR__v2-2-11",
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-11"
};

@@ -68,0 +68,0 @@ var WIDTH = 22;

@@ -32,4 +32,4 @@ import * as React from 'react';

var styles = {
"circle": "CircularProgress-module__hC7zIHBR__v2-2-10",
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-10"
"circle": "CircularProgress-module__hC7zIHBR__v2-2-11",
"progressIndicator": "CircularProgress-module__G0B9GIFo__v2-2-11"
};

@@ -36,0 +36,0 @@ var WIDTH = 22;

{
"name": "@highlight-ui/circular-progress",
"version": "2.2.10",
"version": "2.2.11",
"author": "Personio GmbH & Co. KG",

@@ -32,4 +32,4 @@ "main": "dist/cjs/index.js",

"@highlight-ui/configs-scripts": "^3.2.3",
"@highlight-ui/theme": "^9.3.4",
"@highlight-ui/tokens": "^2.3.1",
"@highlight-ui/theme": "^9.3.5",
"@highlight-ui/tokens": "^2.3.2",
"@testing-library/dom": "8.19.0",

@@ -44,3 +44,3 @@ "@testing-library/react": "12.1.5",

"dependencies": {
"@highlight-ui/utils-commons": "^2.3.6"
"@highlight-ui/utils-commons": "^2.3.7"
},

@@ -51,3 +51,3 @@ "peerDependencies": {

},
"gitHead": "3758f5f987510edb100f5a22ebe829b7cee4573f"
"gitHead": "1754af597681c79e3279c49591e9b2e6d9e486dd"
}

@@ -12,7 +12,12 @@ # `@highlight-ui/circular-progress`

In your TypeScript file:
```ts
import { CircularProgress, CircularProgressProps } from '@highlight-ui/circular-progress';
import {
CircularProgress,
CircularProgressProps,
} from '@highlight-ui/circular-progress';
```
In your (S)CSS file:
```scss

@@ -19,0 +24,0 @@ @import url('@highlight-ui/circular-progress');

Sorry, the diff of this file is not supported yet

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