
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
@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.
The npm package @webdatarocks/webdatarocks receives a total of 1,171 weekly downloads. As such, @webdatarocks/webdatarocks popularity was classified as popular.
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
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.