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

@svx/components

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svx/components - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

src/gradient/GradientPinkRed.svelte

3

package.json
{
"name": "@svx/components",
"version": "0.0.1",
"version": "0.0.2",
"description": "Svelte D3 Components. A port of React's Vx.",

@@ -50,3 +50,2 @@ "svelte": "src/index.js",

"@vx/curve": "^0.0.195",
"@vx/mock-data": "^0.0.195",
"@vx/scale": "^0.0.195",

@@ -53,0 +52,0 @@ "d3-shape": "^1.3.7"

###
```
npm install --save @svx/components
```
```
yarn add @svx/components
```
Check demo charts for example

@@ -9,11 +9,11 @@ /**

import Group from './components/group/Group.svelte'
import Group from './group/Group.svelte'
import Bar from './components/shape/Bar.svelte'
import Circle from './components/shape/Circle.svelte'
import LinePath from './components/shape/LinePath.svelte'
import Bar from './shape/Bar.svelte'
import Circle from './shape/Circle.svelte'
import LinePath from './shape/LinePath.svelte'
import LinearGradient from './components/gradient/LinearGradient.svelte'
import GradientPinkRed from './components/gradient/GradientPinkRed.svelte'
import GradientTealBlue from './components/gradient/GradientTealBlue.svelte'
import LinearGradient from './gradient/LinearGradient.svelte'
import GradientPinkRed from './gradient/GradientPinkRed.svelte'
import GradientTealBlue from './gradient/GradientTealBlue.svelte'

@@ -20,0 +20,0 @@ const group = {

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