
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.
@tsdi/annotations
Advanced tools
Typescript class annotations for ioc, it is a solution for typescript class compile to es5 uglify. for project used tsioc to es5 uglify
This repo is for distribution on npm. The source for this module is in the
main repo.
Please file issues and pull requests against that repo.
typescript class annotations is a solution for typescript class compile to es5 uglify. for project used tsioc to es5 uglify.
You can install this package either with npm.
npm install @tsdi/annotations --save-dev
import { classAnnotations } '@tsdi/annotations';
const ts = require('gulp-typescript');
gulp.src('src/**/*.ts')
.pipe(classAnnotations())
.pipe(ts)
@Pack({
baseURL: __dirname,
src: 'src',
clean: 'lib',
test: 'test/**/*.spec.ts',
assets: {
ts: { dest: 'lib', annotation: true, uglify: false }
}
})
export class AnnoBuilder {
}
pk build [taskfile.ts]
https://github.com/zhouhoujun/tsioc.git
Documentation is available on the
MIT © Houjun
FAQs
Typescript class annotations for ioc, it is a solution for typescript class compile to es5 uglify. for project used tsioc to es5 uglify
We found that @tsdi/annotations 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.