Socket
Socket
Sign inDemoInstall

@salesforce/core

Package Overview
Dependencies
Maintainers
40
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.3.0 to 2.3.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [2.3.1](https://github.com/forcedotcom/sfdx-core/compare/v2.3.0...v2.3.1) (2020-04-13)
### Bug Fixes
* use new @salesfore/bunyan library, run tests in node 10 & 12 ([#211](https://github.com/forcedotcom/sfdx-core/issues/211)) ([249850d](https://github.com/forcedotcom/sfdx-core/commit/249850dfbf5da4199709e9573944a4da72d0581d))
# [2.3.0](https://github.com/forcedotcom/sfdx-core/compare/v2.2.0...v2.3.0) (2020-03-20)

@@ -2,0 +9,0 @@

1

lib/authInfo.d.ts

@@ -30,2 +30,3 @@ import { AsyncCreatable } from '@salesforce/kit';

userProfileName?: string;
expirationDate?: string;
}

@@ -32,0 +33,0 @@ /**

14

lib/logger.d.ts

@@ -5,3 +5,3 @@ import { Writable } from 'stream';

* @param input The input to be serialized.
* **See** {@link https://github.com/cwallsfdc/node-bunyan#serializers|Bunyan Serializers API}
* **See** {@link https://github.com/forcedotcom/node-bunyan#serializers|Bunyan Serializers API}
*/

@@ -12,3 +12,3 @@ export declare type Serializer = (input: any) => any;

*
* **See** {@link https://github.com/cwallsfdc/node-bunyan#serializers|Bunyan Serializers API}
* **See** {@link https://github.com/forcedotcom/node-bunyan#serializers|Bunyan Serializers API}
*/

@@ -50,3 +50,3 @@ export interface Serializers {

*
* **See** {@link https://github.com/cwallsfdc/node-bunyan#levels|Bunyan Levels}
* **See** {@link https://github.com/forcedotcom/node-bunyan#levels|Bunyan Levels}
*/

@@ -64,3 +64,3 @@ export declare enum LoggerLevel {

*
* @see {@link https://github.com/cwallsfdc/node-bunyan#streams|Bunyan Streams}
* @see {@link https://github.com/forcedotcom/node-bunyan#streams|Bunyan Streams}
*/

@@ -97,3 +97,3 @@ export interface LoggerStream {

*
* **See** {@link https://github.com/cwallsfdc/node-bunyan#log-record-fields|Bunyan Log Record Fields}
* **See** {@link https://github.com/forcedotcom/node-bunyan#log-record-fields|Bunyan Log Record Fields}
*/

@@ -121,3 +121,3 @@ export interface Fields {

/**
* A logging abstraction powered by {@link https://github.com/cwallsfdc/node-bunyan|Bunyan} that provides both a default
* A logging abstraction powered by {@link https://github.com/forcedotcom/node-bunyan|Bunyan} that provides both a default
* logger configuration that will log to `sfdx.log`, and a way to create custom loggers based on the same foundation.

@@ -138,3 +138,3 @@ *

* ```
* **See** https://github.com/cwallsfdc/node-bunyan
* **See** https://github.com/forcedotcom/node-bunyan
*

@@ -141,0 +141,0 @@ * **See** https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_cli_log_messages.htm

@@ -10,6 +10,6 @@ "use strict";

// tslint:disable-next-line:ordered-imports
// @ts-ignore No typings available for our copy of bunyan
const Bunyan = require("@salesforce/bunyan");
const kit_1 = require("@salesforce/kit");
const ts_types_1 = require("@salesforce/ts-types");
// @ts-ignore No typings available for our copy of bunyan
const Bunyan = require("bunyan-sfdx-no-dtrace");
const Debug = require("debug");

@@ -26,3 +26,3 @@ const EventEmitter = require("events");

*
* **See** {@link https://github.com/cwallsfdc/node-bunyan#levels|Bunyan Levels}
* **See** {@link https://github.com/forcedotcom/node-bunyan#levels|Bunyan Levels}
*/

@@ -39,3 +39,3 @@ var LoggerLevel;

/**
* A logging abstraction powered by {@link https://github.com/cwallsfdc/node-bunyan|Bunyan} that provides both a default
* A logging abstraction powered by {@link https://github.com/forcedotcom/node-bunyan|Bunyan} that provides both a default
* logger configuration that will log to `sfdx.log`, and a way to create custom loggers based on the same foundation.

@@ -56,3 +56,3 @@ *

* ```
* **See** https://github.com/cwallsfdc/node-bunyan
* **See** https://github.com/forcedotcom/node-bunyan
*

@@ -59,0 +59,0 @@ * **See** https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_cli_log_messages.htm

{
"name": "@salesforce/core",
"version": "2.3.0",
"version": "2.3.1",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",

@@ -41,2 +41,3 @@ "main": "lib/exported",

"dependencies": {
"@salesforce/bunyan": "^2.0.0",
"@salesforce/kit": "^1.0.0",

@@ -46,3 +47,2 @@ "@salesforce/ts-sinon": "^1.0.0",

"@types/jsforce": "1.9.2",
"bunyan-sfdx-no-dtrace": "1.8.2",
"debug": "^3.1.0",

@@ -49,0 +49,0 @@ "jsen": "0.6.6",

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