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.
drip-table
Advanced tools
DripTable
is the core library of the solution for building dynamic tables. It's main ability is to render a dynamic table automatically when received data which conforms to the JSON Schema
standard.
├── src // source code
├── components // common components that drip-table depends on
│ ├── ErrorBoundary // error notification component
│ ├── Highlight // highlight component
│ └── RichText // HTML character rendering component
├── drip-table // drip-table main component
│ ├─ components // built-in common components
│ | ├── image // picture display component
│ | ├── link // link operation component
│ | ├── render-html // custom HTML render component
│ | ├── text // text display component
│ | ├── components.ts // common type definition
│ | └── index.ts // export
| ├── header // header of table
| ├── utils // util functions
| └── virtual-table // virtual scrollable table
├── drip-table-provider // drip-table entry
├── context.ts // export global context
├── hooks.ts // global states
├── index.ts // export
├── shims-styles.d.ts // style type definition
└── types.ts // export type definition
docs/drip-table
directory.docs/drip-table/changelog
file.add owner in npm depository for the first time.
npm owner add [username] drip-table
Major version number(1): Required. Modify when there are major changes in the functional modules, such as adding multiple modules or changing the architecture. Whether to modify this version number is determined by the project manager.
Sub version number(2): Required. Modify when the function has a certain increase or change, such as adding authority management, adding custom views, etc. Whether to modify this version number is determined by the project manager.
Phase version number(3): Required. Generally, a revised version is released when a bug is fixed or a small change is made. The time interval is not limited. When a serious bug is fixed, a revised version can be released. Whether to modify this version number is determined by the project manager.
Date version number(051021): Optional. The date version number is used to record the date of the modification of the project, and the modification needs to be recorded every day. Whether to modify this version number is determined by developers.
Greek letter version number(beta): Optional. This version number is used to mark which phrase of development the current software is in, and it needs to be modified when the software enters to another phrase. Whether to modify this version number is determined by the project manager.
git commit -m 'release: drip-table 1.2.3'
lerna run build --stream --scope=drip-table
cd packages/drip-table
npm publish --access=public
FAQs
A tiny and powerful enterprise-class solution for building tables.
The npm package drip-table receives a total of 12 weekly downloads. As such, drip-table popularity was classified as not popular.
We found that drip-table demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.