New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ng2ninja

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2ninja

CLI for the exercises from the ebook "Become a ninja with Angular"

latest
npmnpm
Version
7.0.0
Version published
Maintainers
1
Created
Source

ng2ninja

Node module used to compute and submit score to angular-exercises.ninja-squad.com

Build

Run:

npm run build

Lint:

npm run lint

Test:

npm run test tests

Integration test (builds a CLI app and test it with the local ng2ninja build):

npm run test integration

Test locally

To use the current dev version in ponyracer:

rm -rf dist
npm run build
npm link

Then in ponyracer:

npm link ng2ninja
npm run ng2ninja

Release

git fetch
git checkout master
git reset --hard origin/master
rm -rf dist
npm run build
npm version patch
git push --tags
npm publish

FAQs

Package last updated on 18 Nov 2025

Did you know?

Socket

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.

Install

Related posts