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.
react-double-scrollbar
Advanced tools
React component that adds a horizontal scrollbar to the top of a component
Adds a horizontal scrollbar to the top of an element.
Example in a React.Component render method:
render() {
return (
<div>
<DoubleScrollbar>
<table>...</table>
</DoubleScrollbar>
</div>
);
}
The easiest way to use React-Double Scrollbar is to install it from NPM and include it in your own build.
npm install react-double-scrollbar --save
You can also use the standalone build by including dist/DoubleScrollbar.js
in your page.
MIT
v0.0.15
v0.0.11
v0.0.10
v0.0.9
All help is appreciated. To contribute please create a branch, make changes, add or update tests then create a pull request.
Clone repo then run
npm install
To build run
npm run build
To test
npm test
Test in watch mode
npm test -- --watch
Make sure to update version in package.json
To create a new tag run
git tag <new version>
git push origin --tags
To publish to npm
npm publish
FAQs
React component that adds a horizontal scrollbar to the top of a component
The npm package react-double-scrollbar receives a total of 105,969 weekly downloads. As such, react-double-scrollbar popularity was classified as popular.
We found that react-double-scrollbar 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.