Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

nx-plugin-handler

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nx-plugin-handler - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+9
-9
package.json
{
"name": "nx-plugin-handler",
"version": "0.0.6",
"version": "0.0.7",
"description": "Utility methods to help manage and expose nx plugins",

@@ -30,6 +30,6 @@ "engines": {

"npm-default-import": "npm:default-import@latest",
"haywire": "^0.1.3"
"haywire": "^0.1.4"
},
"optionalDependencies": {
"@nx/devkit": "^20.0.3"
"@nx/devkit": "^20.0.6"
},

@@ -41,8 +41,8 @@ "devDependencies": {

"@types/mocha": "^10.0.9",
"@types/node": "^22.7.8",
"@types/node": "^22.8.1",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chai": "^5.1.2",
"expect-type": "^1.1.0",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"npm-nx-tsc": "npm:nx-tsc@latest",

@@ -52,6 +52,6 @@ "npm-nx-update-ts-references": "npm:nx-update-ts-references@latest",

"typescript": "^5.6.3",
"@leyman/eslint-config": "^0.0.1",
"mocha-chain": "^0.0.5",
"sinon-typed-stub": "^0.0.4"
"@leyman/eslint-config": "^0.0.2",
"mocha-chain": "^0.0.6",
"sinon-typed-stub": "^0.0.5"
}
}