Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@aws-c2a/web-app
Advanced tools
`@aws-c2a/web-app` is a package that generates a web app to help you visualize and interact with the change report generated by `@aws-c2a/engine`;
@aws-c2a/web-app
is a package that generates a web app to help you visualize and
interact with the change report generated by @aws-c2a/engine
;
We recommend using the aws-c2a
CLI to run the
web app. However, if you wish to interact directly with the package itself check
out the integration section below.
To use the web app package in a production environment:
Install the @aws-c2a/web-app
package
yarn add @aws-c2a/web-app
Import package and obtain the path to the template file
const templatePath = require(resolve('@aws-c2a/web-app/fixtures/template.index.html'));
const template = await fs.promises.readFile(templatePath, 'utf-8');
Replace the placeholder values in the template file with stringified change report
const webapp = template.replace('"!!!CDK_CHANGE_ANALYSIS_REPORT"', report);
To use the web app package in a developer environment:
First install and build all packages.
git clone https://github.com/cdklabs/awscdk-change-analyzer.git
cd awscdk-change-analyzer
yarn install
yarn build
cd packages/@aws-c2a/web-app
Then create the necessary data file (change report) for testing.
touch data.json
Now you can start developing with @aws-c2a/web-app
running locally.
yarn dev
FAQs
`@aws-c2a/web-app` is a package that generates a web app to help you visualize and interact with the change report generated by `@aws-c2a/engine`;
We found that @aws-c2a/web-app 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.