
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Provides utility functions for handling collections of Salesforce metadata. The library is implemented in Scala in a style that allows it to be compiled for either use on both JVM or node.
The library is mostly written in Scala to support dual building for Java & Node. This model works well when you are also using Scala and is usable from Java but is more awkward for Node clients. To overcome this a small part of the library for resolving type names to paths is exposed in a Node friendly NPM module.
To use this, first create a workspace:
const workspace = Workspaces.get("mydirectory") // Will throw on errors
Call findType on the workspace:
const fooPath = workspace.findType("ns001.Foo") // Returns null if type is unknown
A workspace here is simply the directory containing Salesforce metadata, typically it's the directory in which sfdx-project.json resides.
To use in a JVM project
<dependency>
<groupId>com.github.nawforce</groupId>
<artifactId>pkgforce</artifactId>
<version>2.3.3/version>
</dependency>
For scala.js:
libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "2.3.3"
For scala:
libraryDependencies += "com.github.nawforce" % "pkgforce" % "2.3.3"
The dual build (Java & JS) is handled by sbt:
sbt build
To run tests:
sbt test
A maven pom.xml is also provided to aid compatibility with IntelliJ. See top level README.md for details on use.
FAQs
Salesforce Metadata Management Utility Library
The npm package pkgforce receives a total of 16 weekly downloads. As such, pkgforce popularity was classified as not popular.
We found that pkgforce demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.