
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@episclera/multipack-core
Advanced tools
đ± A monorepo template repository. Ideal for building shareable JavaScript packages or React modules.
đ± A monorepo template repository. Ideal for building shareable JavaScript packages or React modules
Site | Getting Started | API | Blog
Lerna structure to build monorepo packagesESLint and Prettier to enforce code style.husky and lint-stagedDocusaurus docs generator preconfigured to work well with Github PagesJest and react-testing-library to test (ts|tsx) files and colect coverage from all packagesGithub workflow actions to run tests after each pushed commitgit clone --depth=1 https://github.com/episclera/multipack.git <YOUR_PROJECT_NAME>npm installRunning npm run link:packages will installing all packages dependencies and linking any cross-dependencies. This command is crucial, as it allows you to use your package names in require() as if the packages were already existing and available in your node_modules folder.
To build and publish your packages you just need to run: npm run publish:packages
This will run the build script and then publish your packages. It is currently set to publish each package individually so that their versions are independent.
npm run build:packages - build all packages with webpack in production mode
npm run watch:packages - start webpack in watch mode to rebuild packages on each change
npm run publish:packages - publish all packages in package registry (npm, yarn ...)
npm run link:packages - will installing all packages dependencies and linking any cross-dependencies in each package
npm run test:packages - run jest tests in each package and colect coverage from all packages
npm run watch:test:packages - run and watch all tests for changes
npm run lint:packages - lint all packages
npm run fix:packages - lint and fix all packages
npm run start:docs - start a Docusaurus server that serve files from /docs folder predestinated for docs.
npm run publish:docs - publish generated docs with Docusaurus to Github Pages
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-feature@episclera/multipack © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).
FAQs
đ± A monorepo template repository. Ideal for building shareable JavaScript packages or React modules.
We found that @episclera/multipack-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.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated âelf-*â npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.