Socket
Socket
Sign inDemoInstall

@salesforce/core

Package Overview
Dependencies
Maintainers
42
Versions
499
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/core - npm Package Compare versions

Comparing version 2.5.1 to 2.6.0

lib/lifecycleEvents.d.ts

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [2.6.0](https://github.com/forcedotcom/sfdx-core/compare/v2.5.1...v2.6.0) (2020-06-23)
### Bug Fixes
* added line breaks for readability ([0f8b857](https://github.com/forcedotcom/sfdx-core/commit/0f8b8576d6401ed88b424e60e2f9302003d9ea90))
* fixed a capitalization that caused CircleCI to fail ([db803a7](https://github.com/forcedotcom/sfdx-core/commit/db803a7fc83ead6fccf84e1791ba668cd25d013e))
* updated comments and async for loop ([fa3b580](https://github.com/forcedotcom/sfdx-core/commit/fa3b580d82b3bb389a4d1b7edf9340080d392f50))
### Features
* added lifecycleEvents.ts from toolbelt: an event listener/emitter ([099478c](https://github.com/forcedotcom/sfdx-core/commit/099478cf087c024d965bba16bb6341df64ce7edb))
## [2.5.1](https://github.com/forcedotcom/sfdx-core/compare/v2.5.0...v2.5.1) (2020-06-11)

@@ -2,0 +16,0 @@

1

lib/exported.d.ts

@@ -12,2 +12,3 @@ export { Aliases, AliasGroup } from './config/aliases';

export { Mode, Global } from './global';
export { Lifecycle } from './lifecycleEvents';
export { Fields, FieldValue, LoggerLevel, LoggerLevelValue, LogLine, LoggerOptions, LoggerStream, Logger } from './logger';

@@ -14,0 +15,0 @@ export { Messages } from './messages';

@@ -41,2 +41,4 @@ "use strict";

exports.Global = global_1.Global;
var lifecycleEvents_1 = require("./lifecycleEvents");
exports.Lifecycle = lifecycleEvents_1.Lifecycle;
var logger_1 = require("./logger");

@@ -43,0 +45,0 @@ exports.LoggerLevel = logger_1.LoggerLevel;

4

package.json
{
"name": "@salesforce/core",
"version": "2.5.1",
"version": "2.6.0",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",

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

"@salesforce/bunyan": "^2.0.0",
"@salesforce/kit": "^1.0.0",
"@salesforce/kit": "^1.2.2",
"@salesforce/schemas": "^1.0.1",

@@ -45,0 +45,0 @@ "@salesforce/ts-types": "^1.0.0",

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