
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@thtf/versions-webpack-plugin-ex
Advanced tools
If your webpack < 4, please use the version of 1.x with the same configuration.
Plugin that create informations of versions.
Using npm:
npm install versions-webpack-plugin
Using yarn:
yarn add versions-webpack-plugin
const VersionsWebpackPlugin = require('versions-webpack-plugin')
module.exports = {
entry: 'index.js',
output: {
path: __dirname + '/dist',
filename: 'index_bundle.js'
},
plugins: [
new VersionsWebpackPlugin()
]
}
// versions.txt
Basic:
build date: 2019-08-01 11:58:54
Git:
commit: 4a2cdd89d3bc1fd051649d104f7ea643ec566dfc
const options = {
filename: 'versions.txt',
basic: true,
// basic: {
// date: true,
// filelist: false
// },
git: true,
// git: {
// commit: true,
// author: false,
// date: false
// },
// callback: versions => 'This is a versions file!',
// callback: versions => {
// versions.push({ title: 'My versions', infos: [{ key: 'version', value: require('./package.json').version }] })
// return versions;
// },
}
FAQs
The npm package @thtf/versions-webpack-plugin-ex receives a total of 3 weekly downloads. As such, @thtf/versions-webpack-plugin-ex popularity was classified as not popular.
We found that @thtf/versions-webpack-plugin-ex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.