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

sfdx-jayree

Package Overview
Dependencies
Maintainers
0
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfdx-jayree - npm Package Compare versions

Comparing version 4.8.95 to 4.8.96

2

oclif.manifest.json
{
"commands": {},
"version": "4.8.95"
"version": "4.8.96"
}
{
"name": "sfdx-jayree",
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
"version": "4.8.95",
"version": "4.8.96",
"author": "jayree <jayree.git@icloud.com>",

@@ -9,9 +9,9 @@ "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",

"dependencies": {
"@jayree/sfdx-plugin-manifest": "^3.5.21",
"@jayree/sfdx-plugin-org": "^1.2.75",
"@jayree/sfdx-plugin-prettier": "^1.3.84",
"@jayree/sfdx-plugin-source": "^1.3.79"
"@jayree/sfdx-plugin-manifest": "^3.5.26",
"@jayree/sfdx-plugin-org": "^1.2.76",
"@jayree/sfdx-plugin-prettier": "^1.3.85",
"@jayree/sfdx-plugin-source": "^1.3.80"
},
"devDependencies": {
"@oclif/plugin-help": "^6.2.13",
"@oclif/plugin-help": "^6.2.14",
"@salesforce/dev-scripts": "^10.2.10",

@@ -23,3 +23,3 @@ "@salesforce/ts-sinon": "^1.4.27",

"nock": "^13.5.5",
"oclif": "^4.15.2",
"oclif": "^4.15.6",
"patch-package": "^8.0.0",

@@ -30,3 +30,3 @@ "pinst": "^3.0.0",

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

@@ -33,0 +33,0 @@ "engines": {

@@ -64,3 +64,3 @@ # sfdx-jayree

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/flow/get/coverage.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.76/src/commands/jayree/flow/get/coverage.ts)_

@@ -94,3 +94,3 @@ ### `sfdx jayree manifest cleanup`

_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.21/src/commands/jayree/manifest/cleanup.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.26/src/commands/jayree/manifest/cleanup.ts)_

@@ -133,3 +133,3 @@ ### `sfdx jayree manifest generate`

_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.21/src/commands/jayree/manifest/generate.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.26/src/commands/jayree/manifest/generate.ts)_

@@ -217,3 +217,3 @@ ### `sfdx jayree manifest git diff REF1 [REF2]`

_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.21/src/commands/jayree/manifest/git/diff.ts)_
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.5.26/src/commands/jayree/manifest/git/diff.ts)_

@@ -248,3 +248,3 @@ ### `sfdx jayree org configure`

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/configure/index.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.76/src/commands/jayree/org/configure/index.ts)_

@@ -269,3 +269,3 @@ ### `sfdx jayree org configure country`

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/configure/country.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.76/src/commands/jayree/org/configure/country.ts)_

@@ -295,3 +295,3 @@ ### `sfdx jayree org configure state`

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/configure/state.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.76/src/commands/jayree/org/configure/state.ts)_

@@ -326,3 +326,3 @@ ### `sfdx jayree org get settings`

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/get/settings.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.76/src/commands/jayree/org/get/settings.ts)_

@@ -359,3 +359,3 @@ ### `sfdx jayree org stream`

_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.75/src/commands/jayree/org/stream.ts)_
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.76/src/commands/jayree/org/stream.ts)_

@@ -381,3 +381,3 @@ ### `sfdx jayree project compare snapshot`

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/compare/snapshot.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.80/src/commands/jayree/project/compare/snapshot.ts)_

@@ -404,3 +404,3 @@ ### `sfdx jayree project fix`

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/fix.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.80/src/commands/jayree/project/fix.ts)_

@@ -426,3 +426,3 @@ ### `sfdx jayree project generate snapshot`

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/generate/snapshot.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.80/src/commands/jayree/project/generate/snapshot.ts)_

@@ -456,3 +456,3 @@ ### `sfdx jayree project list tracking`

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/list/tracking.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.80/src/commands/jayree/project/list/tracking.ts)_

@@ -483,3 +483,3 @@ ### `sfdx jayree project store tracking get`

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/store/tracking/get.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.80/src/commands/jayree/project/store/tracking/get.ts)_

@@ -514,3 +514,3 @@ ### `sfdx jayree project store tracking set`

_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.79/src/commands/jayree/project/store/tracking/set.ts)_
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.80/src/commands/jayree/project/store/tracking/set.ts)_
<!-- commandsstop -->

@@ -517,0 +517,0 @@

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

Sorry, the diff of this file is not supported yet

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

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