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

@rivet-health/design-system

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rivet-health/design-system - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

3

lib/visualization/stacked-column/stacked-column.component.d.ts

@@ -17,6 +17,9 @@ import { BehaviorSubject } from 'rxjs';

set input(v: Stack[]);
get input(): Stack[];
private readonly width$;
set width(v: number);
get width(): number;
private readonly height$;
set height(v: number);
get height(): number;
valueFormatter: (v: number) => string;

@@ -23,0 +26,0 @@ readonly drawData$: import("rxjs").Observable<{

@@ -65,6 +65,9 @@ import { ScaleLinear } from 'd3-scale';

set input(v: TimeSeriesInput);
get input(): TimeSeriesInput;
private readonly width$;
set width(v: number);
get width(): number;
private readonly height$;
set height(v: number);
get height(): number;
readonly BOTTOM_OFFSET = 24;

@@ -71,0 +74,0 @@ readonly LEFT_OFFSET = 48;

2

package.json
{
"name": "@rivet-health/design-system",
"version": "2.2.0",
"version": "2.2.1",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^14.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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