
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@w3nest/w3lab
Advanced tools
The W3Nest's laboratory application.
This library is part of the hybrid cloud/local ecosystem YouWol.
To install the required dependencies:
yarn
To build for development:
yarn build:dev
To build for production:
yarn build:prod
To run tests:
yarn test
Coverage can be evaluated using:
yarn test-coverage
To start the 'dev-server':
yarn start
In order to use the dev-server within Py-YouWol and to serve resources in place of the usual CDN database,
the Py-YouWol configuration needs to be updated to include a WebpackDevServerSwitch
within a
FlowSwitcherMiddleware
. For example:
from w3nest.app.environment import *
from w3nest.ci.ts_frontend import WebpackDevServerSwitch
Configuration(
customization = Customization(
middlewares = [
FlowSwitcherMiddleware(
name = 'front-end dev-servers',
oneOf = [
WebpackDevServerSwitch(packageName="@w3nest/w3lab", port=3023),
]
)
]
)
)
Additional information on the Configuration
class can be found in the "Configuration API" page of the
Py-YouWol guide.
Once Py-YouWol is running with the updated configuration,
the application can be accessed from here
(providing py-youwol running using the default port 2000
).
To generate code's documentation:
yarn doc
FAQs
The W3Nest's laboratory application.
The npm package @w3nest/w3lab receives a total of 1 weekly downloads. As such, @w3nest/w3lab popularity was classified as not popular.
We found that @w3nest/w3lab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.