Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@gonimbly/thumper
Advanced tools
A customized version of bootstrap with customized for use with Go Nimbly projects and extended with new custom component styles.
✓ Subjectively better looking than bootstrap!
✓ Scoped version for inclusion in environments that already have css we don't want to override.
✓ Webpackable js or css
✓ Sourcemaps
✓ Only one file to include
✓ Font Awesome optional
yarn add @gonimbly/thumper
At the beginning of your project's main styles.css
add:
@import '~@gonimbly/thumper/dist/thumper.css';
and in your app's entry point (e.g. index.js
) add:
import './styles.css';
If you would like to use Font Awesome icons in your project then add the latest cdn link or install via npm.
.
├── /bin/ # Build scripts
├── /node_modules/ # 3rd-party libraries and utilities _generated_
├── /components/ # Documentation components
├── /deploy/ # Deployment folder, _generated_
├── /dist/ # Production build folder _generated_
├── /pages/ # React.js-based Documentation pages/styles
│ ├── /examples/ # Documentation examples, can be mixed and matched into pages
│ ├── /img/ # Documentation example images
├── /public/ # Development build folder _generated_
├── /src/ # Thumper src files
├── /views/ # Server-side views
│── app.js # The main Documentation JavaScript file (entry point)
│── server.js # Server configuration / settings
│── package.json # Dev dependencies and NPM scripts
Just clone the repo, install Node.js modules and run npm start
:
$ git clone git@bitbucket.org:gonimbly/thumper.git
$ npm install
$ npm start
App will open http://localhost:3000/ in your browser.
There are no tests, we should add some
$ npm run deploy # Deploys the project to https://nimbly-thumper.herokuapp.com/
npm version <major|minor|patch>
npm publish
FAQs
Bootstrap styles customized for Go Nimbly
We found that @gonimbly/thumper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.