rn-boiler-template
Advanced tools
Comparing version 1.72.15 to 1.72.16
{ | ||
"name": "rn-boiler-template", | ||
"private": false, | ||
"version": "1.72.15", | ||
"version": "1.72.16", | ||
"description": "Clean and minimalist React Native template for a quick start with TypeScript and components", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -0,1 +1,2 @@ | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config'); | ||
@@ -2,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { execSync } from "child_process"; | ||
import { execSync } from 'child_process'; | ||
@@ -8,3 +8,3 @@ (() => { | ||
envArgs.split(",").forEach((envArg) => { | ||
envArgs.split(',').forEach(envArg => { | ||
console.log(`Building android for ${envArg}`); | ||
@@ -15,4 +15,4 @@ | ||
{ | ||
stdio: "inherit", | ||
} | ||
stdio: 'inherit', | ||
}, | ||
); | ||
@@ -23,6 +23,6 @@ | ||
{ | ||
stdio: "inherit", | ||
} | ||
stdio: 'inherit', | ||
}, | ||
); | ||
}); | ||
})(); |
@@ -1,2 +0,2 @@ | ||
import { execSync } from "child_process"; | ||
import { execSync } from 'child_process'; | ||
@@ -8,3 +8,3 @@ (() => { | ||
envArgs.split(",").forEach((envArg) => { | ||
envArgs.split(',').forEach(envArg => { | ||
console.log(`Building ios for ${envArg}`); | ||
@@ -15,6 +15,6 @@ | ||
{ | ||
stdio: "inherit", | ||
} | ||
stdio: 'inherit', | ||
}, | ||
); | ||
}); | ||
})(); |
@@ -1,2 +0,2 @@ | ||
import { execSync } from "child_process"; | ||
import { execSync } from 'child_process'; | ||
@@ -8,3 +8,3 @@ (() => { | ||
envArgs.split(",").forEach((envArg) => { | ||
envArgs.split(',').forEach(envArg => { | ||
console.log(`Deploying android for ${envArg}`); | ||
@@ -15,6 +15,6 @@ | ||
{ | ||
stdio: "inherit", | ||
} | ||
stdio: 'inherit', | ||
}, | ||
); | ||
}); | ||
})(); |
@@ -1,2 +0,2 @@ | ||
import { execSync } from "child_process"; | ||
import { execSync } from 'child_process'; | ||
@@ -8,3 +8,3 @@ (() => { | ||
envArgs.split(",").forEach((envArg) => { | ||
envArgs.split(',').forEach(envArg => { | ||
console.log(`Deploying ios for ${envArg}`); | ||
@@ -15,6 +15,6 @@ | ||
{ | ||
stdio: "inherit", | ||
} | ||
stdio: 'inherit', | ||
}, | ||
); | ||
}); | ||
})(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6675877
202
8006
8
2