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.
@scoir/college-search
Advanced tools
This is the react organism for Scoir college-search!
This repo runs on Node.js -- An .nvmrc
file is included to allow for automatic Node.js versioning.
Run nvm use
to use the version of Node.js specified in the .nvmrc
file.
To set up automatic Node.js versioning on your machine:
.nvmrc
, either notifying you that you are using the correct version for the project or that you need to install it.npm i
Navigate to /stories and run
npm run storybook
Note* If you make a change in the package, you will need to rebuild the package to see the changes.
If you are working on a local version of the package and want to see it in a *-web app, you can link this package to your web app.
In this package directory, run the following
npm install
npm run build
npm link
In your web app directory, run the following
npm install
npm link @scoir/react-college-search
npm start
Note* If you make a change in the package, you will need to rebuild the package to see the changes.
You may need to run rm -rf node_modules/.cache
and restart your web app directory to clear the cache and see the changes.
FAQs
College Search on Scoir
We found that @scoir/college-search 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.