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

create-apollo-app

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-apollo-app - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

2

package.json
{
"name": "create-apollo-app",
"version": "0.0.35",
"version": "0.0.36",
"description": "Apollo GraphQL apps creator",

@@ -5,0 +5,0 @@ "author": "Victor Vlasenko <victor.vlasenko@sysgears.com>",

@@ -6,3 +6,3 @@ {

"slug": "{;slug;}",
"sdkVersion": "31.0.0",
"sdkVersion": "32.0.0",
"ios": {

@@ -9,0 +9,0 @@ "bundleIdentifier": "com.{;camelSlug;}"

module.exports = {
compact: false,
presets: ['babel-preset-expo'],
presets: ['module:metro-react-native-babel-preset'],
plugins: [
'haul/src/utils/fixRequireIssues'
'haul/src/utils/fixRequireIssues',
[
'babel-plugin-module-resolver',
{
alias: {
'react-native-vector-icons': '@expo/vector-icons'
}
}
],
['@babel/plugin-proposal-decorators', { legacy: true }]
],

@@ -7,0 +16,0 @@ env: {

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

"scripts": {
"start": "zen start",
"start": "zen -e android start",
"android": "zen -d web -d ios -e android start",

@@ -14,3 +14,3 @@ "ios": "zen -d web -d ios -e android start",

"dependencies": {
"apollo-boost": "0.1.28",
"apollo-boost": "0.3.1",
"expo": "32.0.6",

@@ -17,0 +17,0 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"

@@ -7,4 +7,5 @@ {

"@types/graphql": "14.0.7",
"graphql": "14.0.2",
"graphql-tag": "2.10.1"
}
}
{
"dependencies": {
"apollo-client": "2.4.13",
"apollo-client": "2.5.1",
"raf": "^3.4.1",

@@ -5,0 +5,0 @@ "react": "16.8.2",

@@ -11,4 +11,4 @@ {

"dependencies": {
"apollo-boost": "^0.1.23"
"apollo-boost": "0.3.1"
}
}

@@ -5,3 +5,3 @@ {

"scripts": {
"start": "zen start -d android -d ios",
"start": "zen start -e android -d ios",
"android": "zen start -e android -d ios -d web",

@@ -8,0 +8,0 @@ "ios": "zen start -e ios -d android -d web",

Sorry, the diff of this file is not supported yet

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