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
144
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 5.4.0 to 5.4.1

2

lib/input/button/button.component.d.ts

@@ -20,2 +20,4 @@ import { ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';

getIconSize(): IconComponent.Size;
private disableNativeElement;
private lockNativeElement;
ngOnChanges(changes: SimpleChanges): void;

@@ -22,0 +24,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;

7

lib/visualization/time-series/time-series.component.d.ts

@@ -13,3 +13,4 @@ import { TemplateRef } from '@angular/core';

protected set width(v: number);
private readonly HEIGHT;
protected get width(): number;
readonly HEIGHT = 300;
private readonly zeroStateMessage$;

@@ -19,3 +20,3 @@ set zeroStateMessage(v: string);

readonly BOTTOM_OFFSET = 24;
readonly LEFT_OFFSET = 48;
readonly LEFT_RIGHT_OFFSET = 48;
readonly TOP_PADDING = 16;

@@ -25,3 +26,2 @@ readonly LEFT_RIGHT_PADDING = 8;

readonly Y_TICK_COUNT = 5;
readonly X_MINOR_TICK_LIMIT = 15;
readonly POINT_RADIUS = 3.5;

@@ -37,2 +37,3 @@ readonly dateRange$: Observable<[Date, Date]>;

private readonly maxPoints$;
private readonly xMinorTickLimit$;
private readonly allowedIntervals$;

@@ -39,0 +40,0 @@ readonly intervalOptions$: Observable<SingleSelectComponent.Option[]>;

{
"name": "@rivet-health/design-system",
"version": "5.4.0",
"version": "5.4.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