Socket
Socket
Sign inDemoInstall

@nrwl/tao

Package Overview
Dependencies
Maintainers
1
Versions
1590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrwl/tao - npm Package Compare versions

Comparing version 8.11.0 to 8.11.1-beta.1

8

package.json
{
"name": "@nrwl/tao",
"version": "8.11.0",
"version": "8.11.1-beta.1",
"description": "CLI for generating code and running commands",

@@ -32,5 +32,5 @@ "repository": {

"dependencies": {
"@angular-devkit/schematics": "8.3.14",
"@angular-devkit/core": "8.3.14",
"@angular-devkit/architect": "0.803.14",
"@angular-devkit/schematics": "8.3.22",
"@angular-devkit/core": "8.3.22",
"@angular-devkit/architect": "0.803.22",
"inquirer": "^6.3.1",

@@ -37,0 +37,0 @@ "minimist": "^1.2.0",

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

}
if (!project || !target) {
throwInvalidInvocation();
}
if (runOptions.configuration) {

@@ -49,2 +46,5 @@ configuration = runOptions.configuration;

}
if (!project || !target) {
throwInvalidInvocation();
}
const res = { project, target, configuration, help, runOptions };

@@ -51,0 +51,0 @@ delete runOptions['help'];

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