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.5
to
0.0.6
+14
-14
package.json
{
"name": "nx-plugin-handler",
"version": "0.0.5",
"version": "0.0.6",
"description": "Utility methods to help manage and expose nx plugins",

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

"npm-default-import": "npm:default-import@latest",
"haywire": "^0.1.2"
"haywire": "^0.1.3"
},
"optionalDependencies": {
"@nx/devkit": "19.5.6"
"@nx/devkit": "^20.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/chai": "^4.3.17",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.7",
"@types/node": "^22.1.0",
"@biomejs/biome": "^1.9.4",
"@types/chai": "^5.0.0",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.8",
"@types/sinon": "^17.0.3",
"c8": "^10.1.2",
"chai": "^5.1.1",
"expect-type": "^0.19.0",
"expect-type": "^1.1.0",
"mocha": "^10.7.0",
"npm-nx-tsc": "npm:nx-tsc@latest",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@latest",
"sinon": "^18.0.0",
"typescript": "^5.5.4",
"mocha-chain": "^0.0.4",
"sinon-typed-stub": "^0.0.3",
"@leyman/eslint-config": "^0.0.0"
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"@leyman/eslint-config": "^0.0.1",
"mocha-chain": "^0.0.5",
"sinon-typed-stub": "^0.0.4"
}
}