Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
react-native-version-set
Advanced tools
Set the version in package.json, android/app/build.gradle and info.plist
This tool allows you to easily update the version name and code of a React Native application. It will update the following files if found:
In order to use this package, your project version must comply with the format described on semver.org.
There are two ways to install react-native-versioner: globally and locally.
This is the recommended way to install react-native-versioner.
npm:
npm install react-native-versioner --save-dev
yarn:
yarn add react-native-versioner --dev
You can then use this command in your project directory to run react-native-versioner:
npm:
$ npm run setVersion <versionName> <versionCode>
-- or --
$ npm run set-version <versionName> <versionCode>
yarn:
$ yarn setVersion <versionName> <versionCode>
-- or --
$ yarn set-version <versionName> <versionCode>
This installation method allows you to use react-native-versioner in any project.
npm:
npm install -g react-native-versioner
yarn:
yarn global add react-native-versioner
You can then use this command in your project directory to run react-native-versioner:
setVersion <versionName> <versionCode>
-- or --
set-version <versionName> <versionCode>
When invoked, react-native-versioner will make the following changes to your project files:
The version attribute in package.json
will be updated with the specified parameter versionName
.
It will update the version name and the version code in both build.gradle
and AndroidManifest.xml
with the specified parameter versionName
. and versionCode
.
Version information should not be in the AndroidManifest.xml
since this information is overridden by build.gradle
.
See https://developer.android.com/studio/publish/versioning for further informations.
For that reason react-native-versioner
will only write in the AndroidManifest.xml
if android:versionCode
and/or android:versionName
are already in the file.
It will update the CFBundleShortVersionString and the CFBundleVersion in Info.plist
.
This software uses the MIT license.
You must use the following style guide:
This project contains a linting config, you should setup eslint
into your IDE with .eslintrc.js
.
FAQs
Set the version in package.json, android/app/build.gradle and info.plist
We found that react-native-version-set 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.