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.
@themindfulpug/core
Advanced tools
Smartupp component library
This project hold all custom components made for Smartupp. Here we can view, configure, and manage components so that our application project is clean.
We decided to use yarn
instead of npm
, which means you can run the commands below to get setup
Install your dependencies:
yarn
Setting up your environment
In the root directory there is a .env.template
file that you can copy and rename .env
. The .env
file is ignored when committing to git so it is safe to keep secrets there. Speak with a lead to get appropriate values for your environment file.
Testing
It's a good idea to run the tests before you make any changes to validate that your environment is setup correctly. To do this, follow the steps below.
yarn test
Starting your dev server
yarn storybook
Every commit to the master branch will trigger a deployment automatically. As components are added they should show up in our component library as soon as possible.
FAQs
The Mindful Pug web component library
The npm package @themindfulpug/core receives a total of 1 weekly downloads. As such, @themindfulpug/core popularity was classified as not popular.
We found that @themindfulpug/core 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.
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.