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

dsssp

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsssp - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

6

dist/index.d.ts

@@ -61,3 +61,3 @@ import { CSSProperties } from 'react';

* Composite curve color
* @default theme.curve.composite.color || '#FFFFFF'
* @default theme.curve.color || '#FFFFFF'
*/

@@ -67,3 +67,3 @@ color?: string;

* Composite curve opacity
* @default theme.curve.composite.opacity || 1
* @default theme.curve.opacity || 1
*/

@@ -73,3 +73,3 @@ opacity?: number;

* Composite curve line width
* @default theme.curve.composite.width || 1.5
* @default theme.curve.width || 1.5
*/

@@ -76,0 +76,0 @@ lineWidth?: number;

@@ -966,5 +966,5 @@ import React, { forwardRef, useRef, useImperativeHandle, createContext, useContext, useState, useCallback, useMemo, useEffect } from 'react';

dotted = false,
color = "#FFFFFF",
opacity = 1,
lineWidth = 1.5,
color,
opacity,
lineWidth,
resolutionFactor = 2,

@@ -971,0 +971,0 @@ gradientId,

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.4.5",
"version": "0.4.6",
"author": "Oleksiy Strelets",

@@ -8,0 +8,0 @@ "license": "AGPL-3.0-only",

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