Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ng2-vizabi
Advanced tools
Native Angular2 directive for Vizabi component.
Vizabi is a framework for building visual data exploration tools freely provided by Gapminder. WARNING: Vizabi is in alpha. Don't expect too much!
npm i ng2-vizabi --save
Alternatively, you can download it in a ZIP file.
To view the demo: clone the repo, run npm i
, npm run build
, npm start
order
(?number
) - tab order could be useful to indicate tab number in set of tabsreaderModuleObject
(?any
) - object (separate module that contains method to get reader's object); undefined by defaultreaderGetMethod
(?string
) - method name (to get reader's object) in readerModuleObject
; undefined by defaultreaderPlugins
(?any[]
) - parameters for readerGetMethod
as different kind of objects depending on reader functionalityreaderName
(?string
) - reader's name; undefined by defaultchartType
(string
) - chart type for current Vizabi
instancestopUrlRedirect (
?boolean) - prevents any
window.location` activitymodel
(any
) - model for current Vizabi
instancemodelHash
(?string
) - hash (url encoded) with extra data for model
; undefined by defaultactive (
?boolean`) - this flag could be useful to indicate active tab of many tabslanguage (
?string) - current language, it might be passed to
Vizabi` as-isadditionalItems
(?any[]) - additional items that should be added as data_...
section of model: it will be an additional csv file or DDF folderreloadTime
(?number
) - put reload time, after that current chart will be reloadedrestoreAfterReload
(?boolean
) - current chart state will be restored after reloadTime
activityonCreated
- it fires during Vizabi based chart was created successfullyonChanged
- it fires during Vizabi based chart was changed (additional data was added, for example)onReadyOnce
- happens once on the load when both DOM and MODEL are readyonClick
- it fires during click was occurred on Vizabi based chartonError
- it fires during an error was occurred on Vizabi based chartnpm run build
cd dist
npm publish
Important note. Don't publish this project from root directory.
If you need to publish demo examples to gh-pages
you should follow next steps:
npm run build
npm run demo.build
cd demo/dist
Put content from demo/dist
to your gh-pages
branch.
Known problems:
npm run build
cp
is not recognized as an internal or external command, operable program or batch file.
You are using windows command prompt that sucks. Cygwin solves it. Or use git bash. Or use linux/mac.
npm run build
fails
try updating your node/npm. Last time i checked the app it was working and i had node v6.10.2, npm v3.10.10
Please follow this guidelines when reporting bugs and feature requests:
Thanks for understanding!
FAQs
angular2 vizabi component
The npm package ng2-vizabi receives a total of 2 weekly downloads. As such, ng2-vizabi popularity was classified as not popular.
We found that ng2-vizabi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.