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

@salesforce/command

Package Overview
Dependencies
Maintainers
29
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/command - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.3.2](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.1...@salesforce/command@1.3.2) (2019-03-14)
### Bug Fixes
* add support for command error analytics ([22d94cc](https://github.com/forcedotcom/cli-packages/commit/22d94cc))
## [1.3.1](https://github.com/forcedotcom/cli-packages/compare/@salesforce/command@1.3.0...@salesforce/command@1.3.1) (2019-03-11)

@@ -8,0 +19,0 @@

4

lib/sfdxCommand.js

@@ -256,2 +256,6 @@ "use strict";

}
// Emit an event for the analytics plugin. The ts-ignore is necessary
// because TS is strict about the events that can be emitted on process.
// @ts-ignore
process.emit('cmdError', err, this.org || this.hubOrg);
}

@@ -258,0 +262,0 @@ async finally(err) {

4

package.json
{
"name": "@salesforce/command",
"version": "1.3.1",
"version": "1.3.2",
"description": "Salesforce CLI base command class",

@@ -54,3 +54,3 @@ "main": "lib/exported",

},
"gitHead": "e0614bc9d544962fb889ad2589edbd244330f0ac"
"gitHead": "6300320c75660655c30afce1386b66d5e6d0e483"
}
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