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

forceios

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forceios - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

4

package.json
{
"name": "forceios",
"version": "9.0.0",
"version": "9.1.0",
"description": "Utilities for creating mobile apps based on the Salesforce Mobile SDK for iOS",

@@ -17,3 +17,3 @@ "keywords": [ "mobilesdk", "ios", "salesforce", "mobile", "sdk" ],

"dependencies": {
"shelljs": "0.8.3",
"shelljs": "0.8.4",
"ajv": "^6.10.2",

@@ -20,0 +20,0 @@ "jsonlint": "^1.6.3"

@@ -31,3 +31,3 @@ /*

var VERSION= '9.0.0';
var VERSION= '9.1.0';

@@ -34,0 +34,0 @@ module.exports = {

@@ -16,2 +16,15 @@ {

{
"syncName": "soqlSyncDownWithBatchSize",
"syncType": "syncDown",
"soupName": "accounts",
"target": {
"type":"soql",
"query":"SELECT Id, Name, LastModifiedDate FROM Account",
"maxBatchSize": 200
},
"options": {
"mergeMode":"OVERWRITE"
}
},
{
"syncName": "soslSyncDown",

@@ -18,0 +31,0 @@ "syncType": "syncDown",

@@ -52,2 +52,5 @@ {

},
"maxBatchSize": {
"type": "integer"
},
"relationshipType": {

@@ -77,5 +80,5 @@ "type": "string",

"sobjectTypePlural": { "$ref": "#/definitions/sobjectTypePlural" },
"parentFieldName": { "$ref": "#/definitions/fieldName" }
"parentIdFieldName": { "$ref": "#/definitions/fieldName" }
},
"required": ["sobjectType", "soupName", "sobjectTypePlural", "parentFieldName"]
"required": ["sobjectType", "soupName", "sobjectTypePlural", "parentIdFieldName"]
},

@@ -103,3 +106,4 @@ "syncDownOptions": {

"idFieldName": { "$ref": "#/definitions/fieldName" },
"modificationDateFieldName": { "$ref": "#/definitions/fieldName" }
"modificationDateFieldName": { "$ref": "#/definitions/fieldName" },
"maxBatchSize": { "$ref": "#/definitions/maxBatchSize" }
},

@@ -171,3 +175,3 @@ "required": ["type", "query"]

"parentFieldlist": { "$ref": "#/definitions/fieldlist" },
"children": { "$ref": "#/definitions/parentInfo" },
"children": { "$ref": "#/definitions/childrenInfo" },
"childrenFieldlist": { "$ref": "#/definitions/fieldlist" },

@@ -229,3 +233,3 @@ "relationshipType": { "$ref": "#/definitions/relationshipType" },

"updateFieldlist": { "$ref": "#/definitions/fieldlist" },
"children": { "$ref": "#/definitions/parentInfo" },
"children": { "$ref": "#/definitions/childrenInfo" },
"childrenCreateFieldlist": { "$ref": "#/definitions/fieldlist" },

@@ -232,0 +236,0 @@ "childrenUpdateFieldlist": { "$ref": "#/definitions/fieldlist" },

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