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

nforce

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nforce - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

4

package.json

@@ -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

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