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-lifecycle

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-lifecycle - npm Package Compare versions

Comparing version
0.0.7
to
0.0.8
+2
-2
dist/executors/lifecycle/processor.js

@@ -33,4 +33,4 @@ import { identifier } from 'haywire';

],
previousHook,
hasHooks: hooks.length > 0
hasHooks: hooks.length > 0,
previousHook
});

@@ -37,0 +37,0 @@ }

{
"name": "nx-lifecycle",
"version": "0.0.7",
"version": "0.0.8",
"description": "Keep high level nx lifecycle targets in sync",

@@ -41,11 +41,11 @@ "engines": {

"fast-equals": "^5.0.1",
"common-proxy": "^0.0.4",
"default-import": "^2.0.2",
"format-file": "^0.0.8",
"haywire": "^0.1.3",
"nx-plugin-handler": "^0.0.6",
"juniper": "^1.2.0"
"common-proxy": "^0.0.5",
"format-file": "^0.1.0",
"haywire": "^0.1.4",
"juniper": "^1.2.1",
"nx-plugin-handler": "^0.0.7",
"default-import": "^2.0.3"
},
"optionalDependencies": {
"@nx/devkit": "^20.0.3"
"@nx/devkit": "^20.0.6"
},

@@ -57,18 +57,18 @@ "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",
"chai-as-promised": "^8.0.0",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"@leyman/eslint-config": "^0.0.1",
"load-populate-files": "^0.0.8",
"mocha-chain": "^0.0.5",
"nx-populate-files": "^0.0.9",
"nx-tsc": "^0.0.10",
"sinon-typed-stub": "^0.0.4",
"nx-update-ts-references": "^0.0.5"
"load-populate-files": "^0.0.9",
"@leyman/eslint-config": "^0.0.2",
"mocha-chain": "^0.0.6",
"nx-populate-files": "^0.0.10",
"nx-tsc": "^0.0.11",
"nx-update-ts-references": "^0.0.6",
"sinon-typed-stub": "^0.0.5"
}
}