
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.
@activeprospect/integration-dev-webpack
Advanced tools
Webpack devDependencies package for LeadConduit integrations
Include this as a devDependencies
entry in integrations with a "rich UI".
Note that though this dependency package depends on express
, that package is not in this one's package.json
. Any integration that uses this package must also require express
. Including it here could lead one to omit it from the integration, where it must be explictly required. In other words, leaving it out here is on purpose. :-)
To convert old integrations to use this:
devDependencies
entry in package.json
webpack-*
dependencies from package.json
package.json
from:"prepare": "webpack --config lib/ui/webpack.config.js",
to:
"prepublishOnly": "webpack --config node_modules/@activeprospect/integration-dev-webpack/webpack.config.js",
lib/ui/index.js
from:if (!process.env.NODE_ENV || process.env.NODE_ENV === 'development') {
router.use(require('./webpack'));
}
...to:
if (process.env.NODE_ENV === 'development') {
router.use(require('@activeprospect/integration-dev-webpack'));
}
rm lib/ui/webpack.config.js lib/ui/webpack.js
FAQs
Webpack devDependencies package for LeadConduit integrations
The npm package @activeprospect/integration-dev-webpack receives a total of 0 weekly downloads. As such, @activeprospect/integration-dev-webpack popularity was classified as not popular.
We found that @activeprospect/integration-dev-webpack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 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.