Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rn-boiler-template

Package Overview
Dependencies
Maintainers
1
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-boiler-template - npm Package Compare versions

Comparing version 1.72.15 to 1.72.16

2

package.json
{
"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',
},
);
});
})();
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc