Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
ec-table-widgets
Advanced tools
An Apostrophe CMS module to provide a configurable table for text content, complete with size and color options.
In order to use this module, you should have:
From within your apostrophe project directory, run
npm install --save ec-table-widgets
Include widget in projects' app.js file:
modules: {
'ec-table-widgets': {},
// ... other modules
}
In css/variables.less, colors are assigned to variable names like this:
@table-color3: #861f41;
@table-color4: #6dc6e8;
These hex values can be edited without impacting the functionality. These values are used to configure the background and border colors of the table.
The widget offers, by default, three size options: small, medium and large. These correspond to the tables width relative to the parent element, where 'small' is 25% of the parent, medium is 50% of the parent, and large is 100% of the parent width.
The character used to separate items in a row may be customized (by default '&'), so make sure the delimiter symbol does not conflict with your text content.
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
Place content into a table
The npm package ec-table-widgets receives a total of 0 weekly downloads. As such, ec-table-widgets popularity was classified as not popular.
We found that ec-table-widgets 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.