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.
@material-table/exporters
Advanced tools
À la carte exporters for @material-table/core
// npm
npm i @material-table/exporters
// yarn
yarn add @material-table/exporters
import { ExportCsv } from "@material-table/exporters";
import { ExportPdf } from "@material-table/exporters";
Command | Description |
---|---|
npm run build:root | builds src/index.js |
npm run build:children | builds everything in src while specifically ignoring src/index.js |
npm run build | runs the following command: npm run build:root && npm run build:children |
npm version patch -m "Release x.x.x"
-m "..."
) starts with Release
we have a GitHub Action that will automatically attempt to publishFAQs
Helper export methods for @material-table/core
The npm package @material-table/exporters receives a total of 5,150 weekly downloads. As such, @material-table/exporters popularity was classified as popular.
We found that @material-table/exporters demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.