Socket
Socket
Sign inDemoInstall

@nrwl/workspace

Package Overview
Dependencies
Maintainers
1
Versions
1609
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/workspace - npm Package Compare versions

Comparing version 8.8.0-beta.6 to 8.8.0

4

package.json
{
"name": "@nrwl/workspace",
"version": "8.8.0-beta.6",
"version": "8.8.0",
"description": "Extensible Dev Tools for Monorepos",

@@ -61,4 +61,4 @@ "repository": {

"chalk": "2.4.2",
"@nrwl/cli": "8.8.0-beta.6"
"@nrwl/cli": "8.8.0"
}
}

@@ -113,5 +113,13 @@ "use strict";

const installedPlugins = plugin_utils_1.readCapabilitiesFromNodeModules(app_root_1.appRootPath);
// The following packages are present in any workspace. Hide them to avoid confusion.
const hide = [
'@angular-devkit/architect',
'@angular-devkit/build-ng-packagr',
'@angular-devkit/build-webpack',
'@angular-eslint/builder'
];
const filtered = installedPlugins.filter(p => hide.indexOf(p.name) === -1);
output_1.output.log({
title: `Installed plugins :`,
bodyLines: installedPlugins.map(p => {
bodyLines: filtered.map(p => {
const capabilities = [];

@@ -118,0 +126,0 @@ if (hasElements(p.builders)) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.nxVersion = '8.8.0-beta.6';
exports.nxVersion = '8.8.0';
exports.angularCliVersion = '8.3.14';

@@ -5,0 +5,0 @@ exports.typescriptVersion = '~3.5.3';

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