Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lion/progress-indicator

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/progress-indicator - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

index.d.ts

13

CHANGELOG.md
# @lion/progress-indicator
## 0.2.0
### Minor Changes
- 10666897: Add types for progress-indicator package.
### Patch Changes
- Updated dependencies [01a798e5]
- Updated dependencies [b9327627]
- @lion/core@0.13.0
- @lion/localize@0.14.5
## 0.1.4

@@ -4,0 +17,0 @@

6

package.json
{
"name": "@lion/progress-indicator",
"version": "0.1.4",
"version": "0.2.0",
"description": "A progress indicator that is easily styleable and accessible in all contexts",

@@ -33,4 +33,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.12.0",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/localize": "0.14.5"
},

@@ -37,0 +37,0 @@ "keywords": [

@@ -6,2 +6,3 @@ /* eslint-disable class-methods-use-this */

// @ts-expect-error https://github.com/microsoft/TypeScript/issues/40110
export class LionProgressIndicator extends LocalizeMixin(LitElement) {

@@ -11,3 +12,3 @@ static get localizeNamespaces() {

{
'lion-progress-indicator': locale => {
'lion-progress-indicator': /** @param {string} locale */ locale => {
switch (locale) {

@@ -14,0 +15,0 @@ case 'bg-BG':

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