Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
plotly.js-dist
Advanced tools
Ready-to-use plotly.js distributed bundle.
Contains trace modules scatter
, bar
, box
, heatmap
, histogram
, histogram2d
, histogram2dcontour
, contour
, scatterternary
, violin
, waterfall
, pie
, sunburst
, scatter3d
, surface
, isosurface
, volume
, mesh3d
, cone
, streamtube
, scattergeo
, choropleth
, scattergl
, splom
, pointcloud
, heatmapgl
, parcoords
, parcats
, scattermapbox
, sankey
, table
, carpet
, scattercarpet
, contourcarpet
, ohlc
, candlestick
, scatterpolar
, scatterpolargl
, barpolar
, aggregate
, filter
, groupby
, sort
and calendars
.
For more info on plotly.js, go to https://github.com/plotly/plotly.js
npm install plotly.js-dist
// ES6 module
import Plotly from 'plotly.js-dist';
// CommonJS
var Plotly = require('plotly.js-dist');
Code and documentation copyright 2019 Plotly, Inc.
Code released under the MIT license.
Docs released under the Creative Commons license.
[1.47.0] -- 2019-04-09
volume
gl3d trace type [#3488]sankey
traces [#3712, #3750]hovermode: 'x'
for sankey
traces,
allowing users to compare links in a flow on hover [#3730]Plotly.toImage
and Plotly.downloadImage
to export images
with current graph width/height by passing width/height option as null
[#3746]itemsizing
with value 'constant'
making legend item symbol sizing
independent of the sizing of their corresponding trace item [#3732]hoverlabel.align
with value 'left'
, 'right'
and 'auto'
to set the horizontal
alignment of the text content within hover labels [#3753]contour.start
, contour.end
and contour.size
attribute to surface
traces [#3469]isosurface
and volume
to the gl3d
bundle [#3488]scattergl
error bars shader [#3739]lonaxis
and lataxis
attribute tick0
[#3706]scrollZoom: false
configuration on mapbox subplots [#3745]mesh3d
traces [#3744]hoverlabel.namelength: 0
case [#3734]hoverlabel.namelength
for pie
, sankey
, sunburst
and
the gl3d traces [#3734]waterfall
rendering when transforms filter out all
increasing or decreasing bars [#3720]<base>
URL [#3725]FAQs
Ready-to-use plotly.js distributed bundle.
The npm package plotly.js-dist receives a total of 69,003 weekly downloads. As such, plotly.js-dist popularity was classified as popular.
We found that plotly.js-dist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.