🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-native-rename

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-rename - npm Package Compare versions

Comparing version

to
3.2.13

{
"name": "react-native-rename",
"version": "3.2.12",
"version": "3.2.13",
"description": "Rename react-native app with just one command",

@@ -52,10 +52,10 @@ "main": "lib/index.js",

"devDependencies": {
"esbuild": "^0.17.4",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.5.0",
"esbuild": "^0.18.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.3.1",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3"
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"prettier": "^2.8.8"
},

@@ -65,5 +65,5 @@ "dependencies": {

"cheerio": "^1.0.0-rc.12",
"commander": "^10.0.0",
"commander": "^10.0.1",
"dotenv": "^16.0.3",
"globby": "^13.1.3",
"globby": "^13.1.4",
"html-entities": "^2.3.3",

@@ -75,2 +75,2 @@ "normalize-path": "^3.0.0",

}
}
}

@@ -16,3 +16,3 @@ # react-native-rename

```
$ npx react-native-rename "new_name"
$ npx react-native-rename@latest "new_name"
```

@@ -22,3 +22,3 @@

```
$ npx react-native-rename "new_name" -b "bundle_identifier"
$ npx react-native-rename@latest "new_name" -b "bundle_identifier"
```

@@ -61,2 +61,2 @@

### Support
<a href="https://www.buymeacoffee.com/junedomingo"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a pizza&emoji=🍕&slug=junedomingo&button_colour=FFDD00&font_colour=000000&font_family=Bree&outline_colour=000000&coffee_colour=ffffff" /></a>
<a href="https://www.buymeacoffee.com/junedomingo" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

Sorry, the diff of this file is too big to display