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

@assecosolutions/fox-progress

Package Overview
Dependencies
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-progress - npm Package Compare versions

Comparing version 0.0.1-alpha.7.0.11 to 1.0.1-stable.7.0

index.d.ts

8

lib/FoxProgress.ts

@@ -22,4 +22,6 @@ import { customElement, LitElement, property, query } from 'lit-element';

@query('fox-linear-progress') linearProgress: FoxLinearProgress;
@query('fox-circular-progress') circularProgress: FoxCircularProgress;
@query('fox-linear-progress') linearProgress: FoxLinearProgress | undefined;
@query('fox-circular-progress') circularProgress:
| FoxCircularProgress
| undefined;

@@ -33,3 +35,3 @@ render() {

}
return;
return null;
}

@@ -36,0 +38,0 @@

{
"name": "@assecosolutions/fox-progress",
"version": "0.0.1-alpha.7.0.11",
"version": "1.0.1-stable.7.0",
"public": true,

@@ -5,0 +5,0 @@ "lib": {

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