Socket
Socket
Sign inDemoInstall

@nrwl/tao

Package Overview
Dependencies
Maintainers
1
Versions
1577
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.7.0-beta.6 to 8.7.0-beta.7

2

package.json
{
"name": "@nrwl/tao",
"version": "8.7.0-beta.6",
"version": "8.7.0-beta.7",
"description": "CLI for generating code and running commands",

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

@@ -310,3 +310,3 @@ "use strict";

let pkgJsonSchematics = require(packageJsonPath)['nx-migrations'];
if (!pkgJsonSchematics || typeof pkgJsonSchematics != 'string') {
if (!pkgJsonSchematics) {
pkgJsonSchematics = require(packageJsonPath)['ng-update'];

@@ -317,2 +317,5 @@ if (!pkgJsonSchematics) {

}
if (typeof pkgJsonSchematics != 'string') {
pkgJsonSchematics = pkgJsonSchematics.migrations;
}
collectionPath = this._resolvePath(pkgJsonSchematics, path.dirname(packageJsonPath));

@@ -319,0 +322,0 @@ }

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