🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nx/devkit

Package Overview
Dependencies
Maintainers
5
Versions
1869
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/devkit - npm Package Compare versions

Comparing version
23.1.0-rc.1
to
23.1.0-rc.2
+1
-1
dist/src/executors/read-target-options.d.ts

@@ -5,4 +5,4 @@ import type { ExecutorContext, Target } from 'nx/src/devkit-exports';

*
* Works as if you invoked the target yourself without passing any command lint overrides.
* Works as if you invoked the target yourself without passing any command line overrides.
*/
export declare function readTargetOptions<T = any>({ project, target, configuration }: Target, context: ExecutorContext): T;

@@ -9,3 +9,3 @@ "use strict";

*
* Works as if you invoked the target yourself without passing any command lint overrides.
* Works as if you invoked the target yourself without passing any command line overrides.
*/

@@ -12,0 +12,0 @@ function readTargetOptions({ project, target, configuration }, context) {

{
"name": "@nx/devkit",
"version": "23.1.0-rc.1",
"version": "23.1.0-rc.2",
"private": false,

@@ -64,3 +64,3 @@ "type": "commonjs",

"jest": "30.3.0",
"nx": "23.1.0-rc.1"
"nx": "23.1.0-rc.2"
},

@@ -67,0 +67,0 @@ "peerDependencies": {