
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@master4n/decorators
Advanced tools
npm install @master4n/decorators
With CommonJS in JavaScript,
const { Value } = require('@master4n/decorators')
With ESM or TypeScript,
import { Value } from '@master4n/decorators'
class Token {
@Value('fix.token')
fixToken: string
}
This package contains decorators for any applications. Kindly set true for the below property in your tsconfig.json.
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
| Decorator | Type | Description |
|---|---|---|
| Value | Class Property | Read the value from yaml file and assigned it to class property |
| GenerateID | Class Property | Assigne unique UUID value to class property |
| NotNull | Method Parameter | Check if parameter is not null and undefined |
| Counter | Static Property Parameter | Create static counter |
| Log | Method Parameter | Log in and out of method |
These definitions were written by Master4Novice.
FAQs
AI-friendly TypeScript decorators for Node/backend apps, in ten families: Inject (config & value injection), Guard (validation), Shape (transforms), Shield (access control & secret redaction), Flow (resilience — retry/timeout/circuit-breaker/rate-limit/ca
The npm package @master4n/decorators receives a total of 80 weekly downloads. As such, @master4n/decorators popularity was classified as not popular.
We found that @master4n/decorators demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.