Comparing version 0.9.3 to 0.9.4
@@ -5,3 +5,3 @@ { | ||
"description": "nforce is a REST API wrapper for force.com, database.com, and salesforce.com", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"keywords": [ | ||
@@ -23,3 +23,3 @@ "salesforce", | ||
"dependencies": { | ||
"request": "^2.45.0", | ||
"request": "^2.49.0", | ||
"faye": "0.8.9", | ||
@@ -26,0 +26,0 @@ "mime": "1.2.11", |
@@ -527,3 +527,3 @@ nforce :: node.js salesforce REST API wrapper | ||
org.insert({ oauth: oauth, sobject: so, headers, headers }, function(err, record) { | ||
org.insert({ oauth: oauth, sobject: so, headers: headers }, function(err, record) { | ||
// callback | ||
@@ -795,5 +795,7 @@ }); | ||
* Ian Sinnott -> [iansinnott](https://github.com/iansinnott) | ||
* Nathan Selvidge -> [nselvidge](https://github.com/nselvidge) | ||
## Changelog | ||
* `v0.9.4`: Avoids using request v2.48 because of a bug | ||
* `v0.9.3`: Addresses abnormal getIdentity response from SFDC on invalid token | ||
@@ -800,0 +802,0 @@ * `v0.9.2`: Removes clientSecret dependency in refresh flow |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
834
354939
46
3392
Updatedrequest@^2.49.0