Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
semver-extended-webpack-plugin
Advanced tools
A webpack plugic to do semver
version
using function semver.inc
fields in json files, ex: package.json
, bower.json
arguments
or config
arguments
buildDate
(see options)npm install semver-extended-webpack-plugin --save-dev
var SemverWebpackPlugin = require('semver-extended-webpack-plugin');
module.exports = {
plugins: [
new SemverWebpackPlugin({
files: [path.resolve(__dirname, 'package.json')],
incArgs: ['patch'],
console: true,
buildDate: true,
version: '1.8' // optional if you want to set the desired version
})
]
}
new SemverWebpackPlugin({options})
Options | Properties |
---|---|
files | list of input files, should are absolute paths |
incArgs | arguments will be passed to function semver.inc() , see node-semver |
console | show console output of version update (default: false) |
buildDate | add buildDate key to package.json (default: false) |
version | set version to a specific version (default: null) |
--semver-extended-webpack-plugin-inc-args
arguments passed to function semver.inc
(in csv
format), ex: webpack --semver-extended-webpack-plugin-inc-args=prelease,beta
--semver-extended-webpack-plugin-disable
this is useful to bumpup
version in sometime, see example section above for more info
true
then the Plugin will not runfalse
http://www.opensource.org/licenses/mit-license.php
semver-extended-webpack-plugin written by Mike Erickson
E-Mail: codedungeon@gmail.com
Twitter: @codedungeon
Website: codedungeon.org
Additional Attribution:
FAQs
Semver webpack plugin, see http://semver.org
The npm package semver-extended-webpack-plugin receives a total of 8 weekly downloads. As such, semver-extended-webpack-plugin popularity was classified as not popular.
We found that semver-extended-webpack-plugin 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.