Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
gerardolima-ts-app
Advanced tools
This is a personal study on the necessary steps to develop an Angular application using TypeScript. This repository is built uppon work previously done on my other repository to develop a Npm package.
The fisrt goal of this repository is to create the minimum scaffolding to the application, including the build process to compile TypeScript and run unit tests.
npm install gerardolima-ts-app
var myApp = require('gerardolima-ts-app');
var myName = myApp.name;
Output should be ts-app
Currenly this repository package only relies on npm scripts.
npm run clean
npm run build
Currenntly, these scripts need to run on bash, so that the continuous integration and the coverage tests run properly. To run them on windows, you need to create an evironment variable to inform npm to use bash, instead of the standard command interpreter (more information here).
export "comspec=C:\Program Files\Git\git-bash.exe"
npm test
FAQs
Test for building an Angular application using Typescript.
The npm package gerardolima-ts-app receives a total of 2 weekly downloads. As such, gerardolima-ts-app popularity was classified as not popular.
We found that gerardolima-ts-app 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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.