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

radial-progress-svelte

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radial-progress-svelte - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

dist/RadialProgress.svelte.d.ts

@@ -11,2 +11,3 @@ import { SvelteComponent } from "svelte";

backgroundColor?: string;
size?: number | undefined;
};

@@ -13,0 +14,0 @@ events: {

2

package.json
{
"name": "radial-progress-svelte",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite dev",

@@ -25,2 +25,3 @@ <h1 align="center">🤗 Svelte Radial Progress</h1>

const thickness = 30;
const size = 200;
const data = [

@@ -35,3 +36,3 @@ { value: 40, color: '#2B2EFF' },

<RadialProgress {data} {maxTotalSize} {thickness}>
<RadialProgress {data} {maxTotalSize} {thickness} {size}>
<div>{totalProgress} / {maxTotalSize}</div>

@@ -38,0 +39,0 @@ </RadialProgress>

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