Socket
Socket
Sign inDemoInstall

@nx/workspace

Package Overview
Dependencies
154
Maintainers
0
Versions
454
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-pr-22870-07f19ed to 0.0.0-pr-22870-26cab6f

8

package.json
{
"name": "@nx/workspace",
"version": "0.0.0-pr-22870-07f19ed",
"version": "0.0.0-pr-22870-26cab6f",
"private": false,

@@ -64,3 +64,3 @@ "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",

"dependencies": {
"@nx/devkit": "0.0.0-pr-22870-07f19ed",
"@nx/devkit": "0.0.0-pr-22870-26cab6f",
"chalk": "^4.1.0",

@@ -70,4 +70,4 @@ "enquirer": "~2.3.6",

"yargs-parser": "21.1.1",
"nx": "0.0.0-pr-22870-07f19ed",
"@nrwl/workspace": "0.0.0-pr-22870-07f19ed"
"nx": "0.0.0-pr-22870-26cab6f",
"@nrwl/workspace": "0.0.0-pr-22870-26cab6f"
},

@@ -74,0 +74,0 @@ "publishConfig": {

@@ -12,2 +12,5 @@ import type { Tree } from '@angular-devkit/schematics';

export declare function editTarget(targetString: string, callback: any): string;
/**
* @deprecated use the utility from nx/src/utils instead
*/
export declare function serializeTarget({ project, target, config }: {

@@ -14,0 +17,0 @@ project: any;

@@ -26,2 +26,5 @@ "use strict";

exports.editTarget = editTarget;
/**
* @deprecated use the utility from nx/src/utils instead
*/
function serializeTarget({ project, target, config }) {

@@ -28,0 +31,0 @@ return [project, target, config].filter((part) => !!part).join(':');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc