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.12.0-beta.1

2

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

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

@@ -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