
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.
# Purpose This tool is designed to provide a universal code template populator. I also plan to make it a univeral script execution tool, which is the reason of its name.
This tool is designed to provide a universal code template populator. I also plan to make it a univeral script execution tool, which is the reason of its name.
Install UniScript to enable the "us" commandlet
npm install -g uniscript
To verify the installation, try print the version with either of the following commands:
us --version
us -v
To update uniscript:
us t/update
Use Amazon Web Service with Azure DevOps for CI/CD. You need to install Azure CLI with the devops extension. Initialize AWS + Azure DevOps:
us aws/az-dev
Modify the 'az-dev-env.yml'. Then setup the project:
us aws/az-setup
To get the tools working, a repo with the AWS utility functions for Azure DevOps is required. 0) Create The Azure DevOps project, create the "AWS Service Connection", where the connection name is the 12 digit AWS Account Id.
us aws/az-dev
us aws/az-setup
us aws/az-util
Run the Azure DevOps pipeline for project:
us aws/az-run [project-name]
Delete the Azure DevOps pipeline for project:
us aws/az-rm [project-name]
us aws/py/lambda [project-name]
us aws/py/lambda-docker [project-name]
us aws/py/layer [project-name]
us aws/ts/lambda [project-name]
us aws/ts/lambda-docker [project-name]
us aws/ts/layer [project-name]
us aws/cs/lambda [project-name]
us aws/cs/lambda-docker [project-name]
This requires @angular/cli
us aws/cdn/angular [project-name]
This will update the environment.ts and environment.*.ts files.
us aws/cdn/angular-update [angular-project-name] [aws-profile-name] [users-project-name] [websocket-project-name] [environment-name]
Create a users project
us aws/users
JWT Layer is required for Websocket, install it first before using the following API projects. JWT Layer is a nodejs layer.
us aws/api/jwt-layer
Create a Websocket project
us aws/api/websocket [project-name]
Add Lambda Integration to ApiGateway Websocket API.
us aws/api/websocket-lambda [websocket-project-name] [lambda-websocket-project-name] [namespace.service]
Where namespace.service is the service name from RPC
RPC project defines the data contracts and APIs between frontends and backends.
us aws/rpc [rpc-project-name]
in the uni-rpc.yml file, the users type can be emitted to the "Users" project to update the cloudformation.yml file.
FAQs
# Purpose This tool is designed to provide a universal code template populator. I also plan to make it a univeral script execution tool, which is the reason of its name.
We found that uniscript 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.