
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@aurium/vue-plotly
Advanced tools
https://david-desmaisons.github.io/vue-plotly/
<plotly :data="data" :layout="layout" :display-mode-bar="false"/>
import Plotly from 'vue-plotly'
export default {
components: {
Plotly
},
data() {
return {
data:[{
x: [1,2,3,4],
y: [10,15,13,17],
type:"scatter"
}],
layout:{
title: "My graph"
}
}
}
}
data
Array (optional)
Data to be displayed
layout
Object (optional)
Graphic layout
id
String (optional)
Id of the root HTML element of the component.
Others:
Plotly component implements the transparent wrapper pattern:
All other props will be passed as plotly graphic option.
All Plotly.js instance methods are exposed by the component instance with "plotly
" prefix, plus the simplifyed toImage()
and downloadImage()
, that preset some options.
See the usage example at graphpicker.vue
.
All Plotly.js events are re-emited by the component instance and you can listen with the v-on
directive.
See the usage example at graphpicker.vue
.
If you need, all event names are exported by this package:
import { eventNames } from 'vue-plotly'
yarn add vue-plotly
yarn
yarn dev
yarn build
One time:
yarn test
Hacking:
yarn test:watch --open
yarn lint
FAQs
Unknown package
The npm package @aurium/vue-plotly receives a total of 39 weekly downloads. As such, @aurium/vue-plotly popularity was classified as not popular.
We found that @aurium/vue-plotly demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.