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

@oncojs/react-lolliplot

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oncojs/react-lolliplot - npm Package Compare versions

Comparing version 0.11.3 to 0.11.6

dist/es6/BackboneNode.js

3

BackboneNode.js

@@ -85,3 +85,2 @@ // @flow

.attrs({
"clip-path": `url(#${uniqueSelector}-chart-clip)`,
class: d => `range-${d.id}-${d.start}-${d.end}`,

@@ -114,4 +113,4 @@ x: d => Math.max(yAxisOffset, scaleLinear(d.start)) + halfPixel,

strokeWidth: 1,
cursor: `pointer`,
})
.style(`cursor`, `pointer`)
.on(`click`, d => {

@@ -118,0 +117,0 @@ if (onProteinClick) {

{
"homepage": "https://github.com/oncojs/lolliplot#readme",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oncojs/lolliplot/issues"
},
"keywords": [
"d3",
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oncojs/lolliplot.git"
},
"author": {
"name": "OncoJS",
"url": "https://github.com/oncojs/"
},
"private": false,
"name": "@oncojs/react-lolliplot",
"version": "0.11.3",
"version": "0.11.6",
"description": "A protein viewer built with d3 (React Component)",
"browser": true
"browser": "dist/umd/index.min.js",
"main": "dist/lib/index.js",
"dependencies": {
"d3-selection": "^1.0.3",
"invariant": "^2.2.2",
"lodash.range": "^3.2.0",
"react-faux-dom": "^3.0.1"
},
"peerDependencies": {
"react": "15"
},
"jsnext:main": "dist/es6/index.js"
}
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