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

@oncojs/survivalplot

Package Overview
Dependencies
Maintainers
10
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oncojs/survivalplot - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

index.dist.js

@@ -140,3 +140,3 @@ 'use strict';

}).classed('minor', true);
gy.selectAll('text').attr('x', -30).attr('text-anchor', 'end');
gy.selectAll('text').attr('x', -5).style('text-anchor', 'end');
gy.append('svg:text').attr('class', 'axis-label').attr('text-anchor', 'middle').attr('transform', 'rotate(-90)').attr('y', -40).attr('x', -(axisHeight / 2)).text(yAxisLabel);

@@ -143,0 +143,0 @@

@@ -128,4 +128,4 @@ import d3 from 'd3'

gy.selectAll('text')
.attr('x', -30)
.attr('text-anchor', 'end')
.attr('x', -5)
.style('text-anchor', 'end');
gy.append('svg:text')

@@ -132,0 +132,0 @@ .attr('class', 'axis-label')

{
"name": "@oncojs/survivalplot",
"version": "0.8.1",
"version": "0.8.2",
"browser": true,

@@ -5,0 +5,0 @@ "dependencies": {

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