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

@nrwl/tao

Package Overview
Dependencies
Maintainers
1
Versions
1621
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.5.2-beta.2 to 8.5.2

2

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

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

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

// migrationsFile is an object
if (migrationsFile.migrations) {
if (migrationsFile && migrationsFile.migrations) {
migrationsFile = migrationsFile.migrations;

@@ -237,2 +237,4 @@ }

return __awaiter(this, void 0, void 0, function* () {
logger.info(`Fetching meta data about packages.`);
logger.info(`It may take a few minutes.`);
const migrator = new Migrator({

@@ -239,0 +241,0 @@ versions: versions(root),

@@ -24,1 +24,5 @@ const Module = require('module');

catch (e) { }
try {
require('@angular-devkit/build-angular/src/utils/version').assertCompatibleAngularVersion = () => { };
}
catch (e) { }
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