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

create-views-app

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-views-app - npm Package Compare versions

Comparing version 23.2.0 to 23.3.0

5

index.js

@@ -125,2 +125,3 @@ let { existsSync, promises: fs } = require('fs')

let installCommand = hasYarn(cwd) ? 'yarn' : 'npm install'
// clear yarn.lock, it's causing issues with fsevents from time to time

@@ -131,3 +132,3 @@ try {

// install the dependencies
await exec(hasYarn(cwd) ? 'yarn' : 'npm install')
await exec(installCommand)
// TODO handle errors when installing the dependencies

@@ -205,2 +206,4 @@

)
await exec('expo install react-native-svg')
}

@@ -207,0 +210,0 @@

2

package.json
{
"name": "create-views-app",
"version": "23.2.0",
"version": "23.3.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "bin": {

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