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.
webdatarocks
Advanced tools
WebDataRocks is a free web reporting tool for data analysis and visualization.
It is written in JavaScript and is not constrained by any external framework. This simple but enterprise-featured web-based pivot grid can be added to your website, application or project web page within minutes.
WebDataRocks easily displays your CSV or JSON data in an interactive pivot table, offers a number of data analysis features and provides reporting experience. You get the real-time reporting of your data on any device you prefer (PC, tablet, mobile etc.).
Our reporting tool would be a perfect fit if you:
The main benefit is that WebDataRocks is an absolutely free tool created by passionate data lovers from Flexmonster.
Start by installing WebDataRocks as a node module and save it as a dependency in your package.json:
npm i webdatarocks --save
Then, include the CSS and JS files (for example, in the .html
):
<link href="node_modules/webdatarocks/webdatarocks.min.css" rel="stylesheet"/>
<script src="node_modules/webdatarocks/webdatarocks.toolbar.min.js"></script>
<script src="node_modules/webdatarocks/webdatarocks.js"></script>
Now, you can create an instance of Pivot Table:
<div id="wdr-component">The component will appear here</div>
<script>
var pivot = new WebDataRocks({
container: "#wdr-component",
toolbar: true,
report: {
dataSource: {
filename: "https://cdn.webdatarocks.com/data/data.csv"
}
}
});
</script>
Refer to the Quick Start guide for more details.
WebDataRocks provides Excel-like features which give users the interface they have always been used to. The users can easily and quickly analyze data and produce a report using different options such as:
WebDataRocks pivot table can easily be translated into different languages. First of all, if you use one of the offered languages below, you can download the already prepared JSON files:
Set localization for Pivot Table.
All table views (Pivot / Flat / Classic) and charts view can be printed or exported. Users can export the reports into a variety of formats:
FAQs
Free web pivot table tool. Created by industry experts for everyone.
The npm package webdatarocks receives a total of 1,136 weekly downloads. As such, webdatarocks popularity was classified as popular.
We found that webdatarocks 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.
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.