
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.
ng generate @sbpro/ng:module --path src/modules --name test --dry-run
ng generate @sbpro/ng:module --path src/modules --name test
ng generate @sbpro/ng:component --path src/modules/test/components --name test
ng generate @sbpro/ng:directive --path src/modules/test/directives --name test
ng generate @sbpro/ng:service --path src/modules/test/services --name test
ng generate @sbpro/ng:node-crud --path src/app/routes --name some-entity --internal
ng generate @sbpro/ng:stack-node-entity-routes --path src/features/admin/routes --name test
ng generate @sbpro/ng:stack-node-entity-routes --path src/features/admin/routes --name test --org
ng generate @sbpro/ng:stack-node-feature --path src/features --name test
ng generate @sbpro/ng:stack-node-route --path src/features/greeting/routes --feature greeting --name test
node node_modules/.bin/templatizer --path src/app/routes/org/products -n product
# In sbpro-schematics
npm link
# In dependant project root
npm link @sbpro/ng
npm config get scope
npm config set scope sbpro
npm run build
# npm version [patch|minor|major]
# npm version patch 1.0.0 -> 1.0.1
# npm version minor 1.0.0 -> 1.1.0
# npm version major 1.0.0 -> 2.0.0
npm version
# check package.json
cat package.json | grep version
export NPM_NEW_VERSION=$(node -e "var pj=require('./package.json'); console.log(\`v\${pj.version}\`)");
echo "Pushing $NPM_NEW_VERSION to github"
git push origin $NPM_NEW_VERSION
cd sbpro-schematics
npm pack
tar -tvf RESULTING_TAR_FILE
# Don't forget to delete it
rm -f *.tgz
npm install && npm run build && npm publish --access public
npm i -D @sbpro/ng@1.6.1
FAQs
Start Bootstrap Pro Angular Schematics
The npm package @sbpro/ng receives a total of 269 weekly downloads. As such, @sbpro/ng popularity was classified as not popular.
We found that @sbpro/ng 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.