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

@salesforce/apex-node

Package Overview
Dependencies
Maintainers
0
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/apex-node - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

7

lib/src/reporters/coverageReporter.js

@@ -31,2 +31,5 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -38,3 +41,3 @@ exports.CoverageReporter = exports.DefaultReportOptions = exports.DefaultWatermarks = void 0;

const path = __importStar(require("path"));
const glob_1 = require("glob");
const fast_glob_1 = __importDefault(require("fast-glob"));
const fs = __importStar(require("fs"));

@@ -184,3 +187,3 @@ const i18n_1 = require("../i18n");

const searchPattern = `**/*.{${listOfExtensions.join(',')}}`;
return glob_1.glob.sync(searchPattern, { cwd: this.sourceDir });
return fast_glob_1.default.sync(searchPattern, { cwd: this.sourceDir });
}

@@ -187,0 +190,0 @@ }

{
"name": "@salesforce/apex-node",
"description": "Salesforce JS library for Apex",
"version": "7.0.2",
"version": "7.0.3",
"author": "Salesforce",

@@ -14,4 +14,4 @@ "bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues",

"bfj": "8.0.0",
"fast-glob": "^3.3.2",
"faye": "1.4.0",
"glob": "^10.3.16",
"istanbul-lib-coverage": "^3.2.2",

@@ -32,6 +32,6 @@ "istanbul-lib-report": "^3.0.1",

"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.10.0",
"chai": "^4.3.10",
"commitlint": "^18.2.0",
"commitlint": "^18.6.1",
"cz-conventional-changelog": "^3.3.0",

@@ -38,0 +38,0 @@ "eslint": "^8.53.0",

Sorry, the diff of this file is not supported yet

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