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

pkgforce

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgforce - npm Package Compare versions

Comparing version

to
2.0.0

4

package.json
{
"name": "pkgforce",
"version": "1.4.3",
"version": "2.0.0",
"description": "Salesforce Metadata Management Utility Library",

@@ -22,3 +22,3 @@ "publisher": "KevinJones",

"antlr4ts": "0.5.0-alpha.3",
"apex-parser": "2.8.0",
"apex-parser": "2.9.0",
"vf-parser": "1.0.0",

@@ -25,0 +25,0 @@ "xmldom": "0.5.0"

@@ -34,3 +34,3 @@ ## pkgforce

<artifactId>pkgforce</artifactId>
<version>1.4.3</version>
<version>2.0.0</version>
</dependency>

@@ -42,7 +42,7 @@

libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "1.4.3"
libraryDependencies += "com.github.nawforce" %%% "pkgforce" % "2.0.0"
For scala:
libraryDependencies += "com.github.nawforce" % "pkgforce" % "1.4.3"
libraryDependencies += "com.github.nawforce" % "pkgforce" % "2.0.0"

@@ -49,0 +49,0 @@ ### Building

@@ -1,2 +0,1 @@

export declare class WorkspaceException {

@@ -3,0 +2,0 @@ message: string;

Sorry, the diff of this file is too big to display