Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nrwl/devkit

Package Overview
Dependencies
Maintainers
1
Versions
1326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/devkit - npm Package Compare versions

Comparing version 12.6.0-beta.6 to 12.6.0-beta.7

4

package.json
{
"name": "@nrwl/devkit",
"version": "12.6.0-beta.6",
"version": "12.6.0-beta.7",
"description": "Smart, Extensible Build Framework",

@@ -29,3 +29,3 @@ "repository": {

"dependencies": {
"@nrwl/tao": "12.6.0-beta.6",
"@nrwl/tao": "12.6.0-beta.7",
"ejs": "^3.1.5",

@@ -32,0 +32,0 @@ "ignore": "^5.0.4",

@@ -160,2 +160,3 @@ "use strict";

host.delete(configFile);
delete workspaceJson.projects[projectName];
}

@@ -167,3 +168,2 @@ else {

workspaceJson.projects[projectName] = project.root;
json_1.writeJson(host, path, workspaceJson);
}

@@ -178,4 +178,4 @@ }

workspaceJson.projects[projectName] = workspaceConfiguration;
json_1.writeJson(host, path, workspaceJson);
}
json_1.writeJson(host, path, workspaceJson);
}

@@ -182,0 +182,0 @@ function addProjectToNxJson(host, projectName, config, mode) {

@@ -25,4 +25,5 @@ "use strict";

standaloneAsDefault: Object.values(rawWorkspace.projects).reduce(
//default for second, third... projects should be based on all projects being defined as a path
(allStandalone, next) => allStandalone && typeof next === 'string',
// default for second, third... projects should be based on all projects being defined as a path
// for configuration read from ng schematics, this is determined by configFilePath's presence
(allStandalone, next) => allStandalone && (typeof next === 'string' || 'configFilePath' in next),
// default for first project should be false

@@ -29,0 +30,0 @@ Object.values(rawWorkspace.projects).length > 0),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc