Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@webdatarocks/webdatarocks
Advanced tools
Free web pivot table tool. Created by industry experts for everyone.
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.
We found that @webdatarocks/webdatarocks demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.