Socket
Socket
Sign inDemoInstall

@salesforce/core

Package Overview
Dependencies
Maintainers
26
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 0.27.1 to 0.27.2

4

lib/config/config.js

@@ -146,3 +146,2 @@ "use strict";

async init() {
await super.init();
if (!Config.messages) {

@@ -186,2 +185,5 @@ Config.messages = messages_1.Messages.loadMessages('@salesforce/core', 'config');

Config.propertyConfigMap = kit_1.keyBy(Config.allowedProperties, 'key');
// Super ConfigFile calls read, which has a dependecy on crypto, which finally has a dependency on
// Config.propertyConfigMap being set. This is why init is called after the setup.
await super.init();
}

@@ -188,0 +190,0 @@ /**

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

@@ -5,0 +5,0 @@ "main": "lib/exported",

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