New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-clean-project

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-clean-project - npm Package Compare versions

Comparing version 3.6.3 to 3.6.4

2

package.json
{
"name": "react-native-clean-project",
"version": "3.6.3",
"version": "3.6.4",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8.9.0"

@@ -71,3 +71,3 @@ # React Native Clean Project

- **Pedro Madruga** - _Initial work and maintenance_ - [pmadruga](https://github.com/pmadruga)
- **Pedro Madruga** - [twitter](https://twitter.com/pmadruga_)

@@ -74,0 +74,0 @@ See also the list of [contributors](https://github.com/pmadruga/react-native-clean-project/graphs/contributors) who participated in this project.

@@ -57,3 +57,4 @@ const { createInterface } = require('readline');

const checkAnswer = (answer, questionFunction, resolve) => {
if (answer === 'Y') {
answer = answer.toLowerCase();
if (answer === 'y') {
resolve();

@@ -65,3 +66,3 @@ return true;

}
console.log("🚫 Please select 'Y' for yes, or 'n' for no.");
console.log("🚫 Please select 'y' for yes, or 'n' for no.");
questionFunction().then(() => resolve());

@@ -68,0 +69,0 @@ return false;

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