
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@raincatcher/example-base
Advanced tools
This is a template for modules in the RainCatcher project, it contains the default dotfiles and other configuration files for the development tooling and the directory structure spected from individual modules.
RainCatcher code is written in TypeScript, uses Mocha for unit tests and Istanbul for test coverage checks.
For an explanation of the expected internals of see the main README
When creating a new module, copy the entire contents of this folder and make the following adjustments to package.json :
name: Update to new package's nameversion: Set it to your new intended semver (i.e. 0.0.0 or 1.0.0)description: Remove the description that containsauthor: Update to reflect possible new authordependencies: Remove the sample dependency on @raincatcher/example-baseIn order to remove all of the existing unit test sample setup, make the following alterations:
test/ folder.devDependencies: mocha, source-map-support and nyc"nyc" extra configuration key from package.jsonFAQs
NPM package template for the RainCatcher project
The npm package @raincatcher/example-base receives a total of 0 weekly downloads. As such, @raincatcher/example-base popularity was classified as not popular.
We found that @raincatcher/example-base 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.