
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
javascriptstuff-db
Advanced tools
To use this data in your own project, npm install --save javascriptstuff-db and then try some of the following code:
// get all the projects in a particular category
const starters = require('javascriptstuff-db/react-starter-projects');
// get tags in a particular topic
const tags = starters.tags;
// find react starter projects that use Webpack
const webpackStarters = starters.filter(x => x.tags.includes('webpack'))
// also provided as JSON data if you want
const starterJson = require('javascriptstuff-db/react-starter-projects.json');
Projects are in this format:
{
"githubUrl": "https://github.com/ahfarmer/minimal-react-starter",
"githubPath": "ahfarmer/minimal-react-starter",
"githubUserName": "ahfarmer",
"githubRepoName": "minimal-react-starter",
"starCount": 60,
"description": "As minimal a react starter as you can get... while also using ES6/Babel and Webpack.",
"homepage": "https://github.com/ahfarmer/minimal-react-starter",
"updatedAt": "2016-10-26T04:04:54Z",
"createdAt": "2015-10-31T17:18:26Z",
"pushedAt": "2016-09-01T15:20:31Z",
"dependencies": [
"babel-core",
"babel-loader",
"babel-preset-es2015",
"babel-preset-react",
"express",
"react",
"react-dom",
"webpack",
"webpack-dev-middleware"
],
"dependencyCount": 9,
"tags": [
"babel",
"es6",
"minimal",
"webpack"
],
"tagAlternateNames": [
"es2015",
"es2016",
"es6+",
"es7",
"esnext",
"simple",
"transpiled"
]
},
Tags are either plain strings, or objects in this format:
{
"name": "webpack",
"description": "This project uses Webpack as its bundler."
}
FAQs
Database of JavaScript project lists.
The npm package javascriptstuff-db receives a total of 29 weekly downloads. As such, javascriptstuff-db popularity was classified as not popular.
We found that javascriptstuff-db 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.