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.
cdk-table-exporter
Advanced tools
!! If you are using angular material please use mat-table-exporter
This project facilitates the common functionalities for CdkTable implementations abstracting the behavior that can change among different CdkTable implementations, see mat-table-exporter for angular material table export.
Install cdk-table-exporter if you are not using angular material in your project. In this case you have to implement your version of CdkTableExporter abstract class to use as your directive.
npm install cdk-table-exporter
NOTE: Angular versions older than Angular 8 should install cdk-table-exporter@1.2.5
npm install cdk-table-exporter@1.2.5
For Angular versions between 8-13 (inclusive), please install cdk-table-exporter@10.2.4
npm install cdk-table-exporter@10.2.4
After installing cdk-table-exporter import CdkTableExporterModule in your ngModule
import { CdkTableExporterModule } from 'cdk-table-exporter';
@NgModule({
imports: [
...
CdkTableExporterModule
],
]})
CdkTableExporter class defines the common functionality that an exporter directive should have. By extending it an implementing the abstract methods you will have an exporter of your own. Thus the usage is simply as follows:
This project is a library project inside ng-material-extensions angular workspace. If you are interested in the source code of this particular library you can get ready and build the project by applying the steps below:
npm install
in ng-material-extensions
directorynpm install
in ng-material-extensions\projects\cdk-table-exporter
directoryng-material-extensions
directoryng build cdk-table-exporter
ng-material-extensions
run ng s -o
Feel free to show your support. Donating supporters will be added into Supporters section inside the README.md of the repository.
-> Become a star-gazer, giving a star at Github
-> Donate in crypto currencies
Apache-2.0
FAQs
Abstract CdkTable Exporter
The npm package cdk-table-exporter receives a total of 10,240 weekly downloads. As such, cdk-table-exporter popularity was classified as popular.
We found that cdk-table-exporter 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.