
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.
@raydeck/serverless-yaml
Advanced tools
Utility for extending serverless yml based on common components from dependencies.
Create files that are useful in a "serverless" subdirectory in a dependency or in the top level package with names that point to the path within the serverless object you want to update, like:
provider.environment.yml - a map of environment variables to be added to provider.envrionment for common usageResources.mainRole.Properties.Policies.yml - a list of policies to add to the the roles called mainRole.Supports yaml encoding (detected by .yml or .yaml extension) and JSON (.json)
npx @raydeck/serverless-yaml [options]
Update serverless yml based on partials in depedencies
path> Serverless yml file to inspect (default: ./serverless.yml)path> Output file (default is same as input serverless file)path> Working path for node project (default: .)@raydeck/serverless-yaml - v1.4.1
▸ apply(source: { [key: string]: any; }, key: string, objOrArray: { [key: string]: any; } | any[]): undefined | { [key: string]: any; }
| Name | Type |
|---|---|
source | { [key: string]: any; } |
key | string |
objOrArray | { [key: string]: any; } | any[] |
Returns: undefined | { [key: string]: any; }
Defined in: index.ts:62
▸ inspectDependency(path: string, keys?: string[]): object
| Name | Type | Default value |
|---|---|---|
path | string | - |
keys | string[] | ... |
Returns: object
| Name | Type |
|---|---|
key? | undefined | string |
value? | undefined | any[] | { [key: string]: any; } |
Defined in: index.ts:4
FAQs
Inherit YAML changes for serverless
We found that @raydeck/serverless-yaml 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.