
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.
dot-hello-world
Advanced tools
How many config files does it take to build a modern Typescript app? Let's find out!
Install gulp.
npm install --global gulp
Install dependencies.
npm install
Build it.
gulp
Run it.
node dist/index.js
or
npm start
gulp: buildgulp watch: watchify and build TypeScript filesgulp lintgulp test: build and testgulp doc: output documentation to doc/gulp cleannpm start: runnpm run cover: stores coverage information in coverage/@types/node: Gives TypeScript access to node globals such as require and module.del: Allows gulpfile.js to delete files.eslint: JavaScript linter.gulp: JavaScript task runnner with task dependency management.gulp-eslint: Gulp plugin for ESLint.gulp-mocha: Gulp plugin for Mocha.gulp-tslint: Gulp plugin for TSLint.gulp-typedoc: Gulp plugin for TypeDoc.gulp-typescript: Gulp plugin for Typescript.istanbul: JavaScript code coverage instrumentation library.mocha: JavaScript test framework.standard: Opinionated JavaScript linting style.tslint: TypeScript linter.typedoc: TypeScript documentation generator.typescript: Typed JavaScript superset language.FAQs
How many config files does it take to build a modern Typescript app?
We found that dot-hello-world 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.