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

ignite-andross

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ignite-andross - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

12

boilerplate.js

@@ -201,3 +201,3 @@ const options = require('./options')

if (answers['vector-icons'] === 'react-native-vector-icons') {
await system.spawn(`ignite add vector-icons@"~>1.0.0" ${debugFlag}`, {
await system.spawn(`ignite add vector-icons@1.1.1 ${debugFlag}`, {
stdio: 'inherit'

@@ -208,7 +208,7 @@ })

if (answers['i18n'] === 'react-native-i18n') {
await system.spawn(`ignite add i18n@"~>1.0.0" ${debugFlag}`, { stdio: 'inherit' })
await system.spawn(`ignite add i18n@1.2.0 ${debugFlag}`, { stdio: 'inherit' })
}
if (answers['animatable'] === 'react-native-animatable') {
await system.spawn(`ignite add animatable@"~>1.0.0" ${debugFlag}`, {
await system.spawn(`ignite add animatable@1.0.2 ${debugFlag}`, {
stdio: 'inherit'

@@ -221,3 +221,3 @@ })

if (answers['dev-screens'] === 'Yes') {
await system.spawn(`ignite add dev-screens@"~>2.3.0" ${debugFlag}`, {
await system.spawn(`ignite add dev-screens@"2.4.3" ${debugFlag}`, {
stdio: 'inherit'

@@ -228,3 +228,3 @@ })

if (answers['redux-persist'] === 'Yes') {
await system.spawn(`ignite add redux-persist@"~>5.10.0" ${debugFlag}`, {
await system.spawn(`ignite add redux-persist@1.1.2 ${debugFlag}`, {
stdio: 'inherit'

@@ -235,3 +235,3 @@ })

if (parameters.options.lint !== 'false') {
await system.spawn(`ignite add standard@"~>1.0.0" ${debugFlag}`, {
await system.spawn(`ignite add standard@1.0.0 ${debugFlag}`, {
stdio: 'inherit'

@@ -238,0 +238,0 @@ })

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/infinitered/ignite-andross",
"version": "3.0.3",
"version": "3.0.4",
"files": [

@@ -10,0 +10,0 @@ "boilerplate",

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