Socket
Socket
Sign inDemoInstall

@nrwl/tao

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

2

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

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

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

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

@@ -198,0 +198,0 @@ // packageVersion can be a tag, resolvedVersion works with semver

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