🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-native-rename

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

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
2.1.4

2

lib/index.js

@@ -139,3 +139,3 @@ #!/usr/bin/env node

_commander2.default.version('2.1.2').arguments('<newName>').option('-b, --bundleID [value]', 'Set custom bundle identifier eg. "com.junedomingo.travelapp"').action(function (newName) {
_commander2.default.version('2.1.3').arguments('<newName>').option('-b, --bundleID [value]', 'Set custom bundle identifier eg. "com.junedomingo.travelapp"').action(function (newName) {
var nS_NewName = newName.replace(/\s/g, '');

@@ -142,0 +142,0 @@ var pattern = /^([0-9]|[a-z])+([0-9a-z\s]+)$/i;

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

@@ -37,3 +37,2 @@ "main": "lib/index.js",

"commander": "^2.9.0",
"minimatch": "^3.0.4",
"mv": "^2.1.1",

@@ -40,0 +39,0 @@ "path-exists": "^3.0.0",