
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@infomaximum/json-modify-webpack-plugin
Advanced tools
```sh yarn add @infomaximum/json-modify-webpack-plugin ```
yarn add @infomaximum/json-modify-webpack-plugin
const { JsonModifyWebpackPlugin } = require("./plugin");
const PackageJSON = require("./package.json");
const webpackConfig = {
entry: [
"./src/index.js",
"./manifest.json"
],
output: {
path: path.resolve("build"),
filename: packageFilename,
clean: true,
},
plugins: [
new JsonModifyWebpackPlugin({
matchers: [
{
matcher: /^manifest.json$/,
action: (currentJsonContent) => {
currentJsonContent.version = PackageJSON.version;
return currentJsonContent;
},
},
],
}),
];
}
FAQs
```sh yarn add @infomaximum/json-modify-webpack-plugin ```
The npm package @infomaximum/json-modify-webpack-plugin receives a total of 16 weekly downloads. As such, @infomaximum/json-modify-webpack-plugin popularity was classified as not popular.
We found that @infomaximum/json-modify-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.