Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
exos-scripts
Advanced tools
Set of out-of-the-box extensible scripts that helps you with the lifecycle of your React + TypeScript applications
This project contains a set of out-of-the-box extensible scripts that helps you with the lifecycle of your React + TypeScript applications. It is heavily inspired in Facebook' Create React App plugin.
It contains the following built-in features:
exos-scripts start
: A ready-to-be-used development experience as similar to production as it could be.exos-scripts build
: A build script for web applications, configured and optimized to provide the best performance.exos-scripts test
: A unit testing framework and coverage already configured for you (Jest).exos-scriptsn lint
: a static analyzer tool configured with the best practices for development with React, TypeScript, ESLint and Prettier.
exos-scriptsn lint --type=Library
: Also comes with a flavor for Node Libraries using TypeScript, ESLint and Prettier.Note: For more information about the 🛡️Exos initiative, click here.
To use it in your projects, first install exos-scripts
in your package by running:
npm i -D exos-scripts
Then, update your package.json with the following:
{
"name": "Your App",
"version": "0.0.1",
...
"scripts": {
"lint": "exos-scripts lint",
"test": "exos-scripts test",
"start": "exos-scripts start",
"build": "exos-scripts build"
},
}
🚀!
FAQs
Set of out-of-the-box extensible scripts that helps you with the lifecycle of your React + TypeScript applications
The npm package exos-scripts receives a total of 28 weekly downloads. As such, exos-scripts popularity was classified as not popular.
We found that exos-scripts 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.