New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@salesforce/apex-node-bundle

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/apex-node-bundle - npm Package Compare versions

Comparing version 8.1.12 to 8.1.13

4

lib/src/tests/testService.js

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

const node_fs_1 = require("node:fs");
/**
* The library jsonpath that bfj depends on cannot be bundled through esbuild.
* Please pay attention whenever you deal with bfj
*/
// eslint-disable-next-line @typescript-eslint/no-var-requires

@@ -27,0 +31,0 @@ const bfj = require('bfj');

8

package.json
{
"name": "@salesforce/apex-node-bundle",
"description": "Salesforce JS library for Apex",
"version": "8.1.12",
"version": "8.1.13",
"author": "Salesforce",

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

"istanbul-reports": "^3.1.7",
"@salesforce/core-bundle": "^8.6.1"
"@salesforce/core-bundle": "^8.6.2"
},

@@ -37,2 +37,4 @@ "devDependencies": {

"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.24.0",
"ts-morph": "^23.0.0",
"eslint": "^8.57.1",

@@ -53,3 +55,3 @@ "eslint-config-prettier": "^9.0.0",

"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},

@@ -56,0 +58,0 @@ "resolutions": {

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