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.
@starnetbih/hello-waiter
Advanced tools
This project is bootstrapped by aurelia/new.
npm start
Note this plugin project comes with a dev-app. The above command starts the dev app in dev-app/
folder. The plugin source code is in src/
folder.
npm run build
It builds plugin into dist/index.js
file.
Note when you do npm publish
or npm pack
to prepare the plugin package, it automatically run the above build command by the prepare
script defined in your package.json "scripts"
section.
If your plugin is published to npm or a private registry, just install the plugin package.json
npm install hello-waiter
If you want to directly use plugin's git repo.
npm install git@github.com:username/hello-waiter.git
or
npm install https://some.git.server/username/hello-waiter.git
If you want to install from local folder, don't do "npm install ../local/hello-waiter/" as the folder's node_modules/
will cause webpack to complain about duplicated dependency like "@aurelia/metadata".
In this plugin's folder, do
npm pack
This will pack the plugin into hello-waiter In an application project's main file.
import * as myPlugin from 'hello-waiter';
Aurelia
// Load all exports from the plugin
.register(myPlugin)
.app(MyApp)
.start();
npm run test
Run unit tests in watch mode.
npm run test:watch
npm run analyze
FAQs
An Aurelia 2 plugin.
We found that @starnetbih/hello-waiter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.