
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
bump-regex
Advanced tools
bump regex with semver
Package | bump-regex |
Description | bump regex with semver |
Node Version | >= 4.0.0 |
$ npm install --save bump-regex
var bump = require('bump-regex');
bump('version: "0.1.2"', function(err, out) {
// => 'version: "0.1.3"'
});
Semver version type to bump
Type: `String`
Default: `patch`
Valid values: `major|minor|patch|prerelease`
Set the versioning key
Type: `String`
Default: `version`
Sets multiple versioning keys.
Type: `Array` of `String`s
Default: null
Set case insensitive matching
This option enables matching a specific Case Sensitive selector
<xml>
<version>nope</version>
<Version>1.2.3</Version>
</xml>
Type: `Boolean`
Default: `false`
Set a specific version to bump to.
Type: `String`
Default: `null`
Set the prerelase tag to use
Type: `String`
Default: `null`
Set the version selector regex
Type: `RegEx`
Keep the metadata of the old version after bumping (exception: you are using options.version)
Type: `Boolean`
Default: `false`
Example:
type: 'prerelease',
preid : 'alphaWhateverTheYWant'
// => '0.0.2-alphaWhateverTheYWant.0'
major: 1.0.0
minor: 0.1.0
patch: 0.0.2
prerelease: 0.0.1-2
FAQs
bump RegEx with semver
The npm package bump-regex receives a total of 15,932 weekly downloads. As such, bump-regex popularity was classified as popular.
We found that bump-regex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.