Socket
Socket
Sign inDemoInstall

@nx/workspace

Package Overview
Dependencies
Maintainers
5
Versions
643
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/workspace - npm Package Compare versions

Comparing version 16.3.1 to 16.3.2

1

generators.js

@@ -14,2 +14,1 @@ "use strict";

Object.defineProperty(exports, "convertToNxProjectGenerator", { enumerable: true, get: function () { return convert_to_nx_project_1.convertToNxProjectGenerator; } });
//# sourceMappingURL=generators.js.map

@@ -52,2 +52,1 @@ "use strict";

exports.stringUtils = strings;
//# sourceMappingURL=index.js.map

58

package.json
{
"name": "@nx/workspace",
"version": "16.3.1",
"version": "16.3.2",
"private": false,

@@ -36,32 +36,32 @@ "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",

"packageGroup": {
"@nrwl/js": "16.3.1",
"@nrwl/jest": "16.3.1",
"@nrwl/linter": "16.3.1",
"@nrwl/angular": "16.3.1",
"@nrwl/cypress": "16.3.1",
"@nrwl/detox": "16.3.1",
"@nrwl/devkit": "16.3.1",
"@nrwl/esbuild": "16.3.1",
"@nrwl/eslint-plugin-nx": "16.3.1",
"@nrwl/expo": "16.3.1",
"@nrwl/express": "16.3.1",
"@nrwl/nest": "16.3.1",
"@nrwl/next": "16.3.1",
"@nrwl/node": "16.3.1",
"@nrwl/js": "16.3.2",
"@nrwl/jest": "16.3.2",
"@nrwl/linter": "16.3.2",
"@nrwl/angular": "16.3.2",
"@nrwl/cypress": "16.3.2",
"@nrwl/detox": "16.3.2",
"@nrwl/devkit": "16.3.2",
"@nrwl/esbuild": "16.3.2",
"@nrwl/eslint-plugin-nx": "16.3.2",
"@nrwl/expo": "16.3.2",
"@nrwl/express": "16.3.2",
"@nrwl/nest": "16.3.2",
"@nrwl/next": "16.3.2",
"@nrwl/node": "16.3.2",
"nx-cloud": "latest",
"@nrwl/nx-plugin": "16.3.1",
"@nrwl/react-native": "16.3.1",
"@nrwl/react": "16.3.1",
"@nrwl/rollup": "16.3.1",
"@nrwl/storybook": "16.3.1",
"@nrwl/tao": "16.3.1",
"@nrwl/vite": "16.3.1",
"@nrwl/web": "16.3.1",
"@nrwl/webpack": "16.3.1",
"nx": "16.3.1"
"@nrwl/nx-plugin": "16.3.2",
"@nrwl/react-native": "16.3.2",
"@nrwl/react": "16.3.2",
"@nrwl/rollup": "16.3.2",
"@nrwl/storybook": "16.3.2",
"@nrwl/tao": "16.3.2",
"@nrwl/vite": "16.3.2",
"@nrwl/web": "16.3.2",
"@nrwl/webpack": "16.3.2",
"nx": "16.3.2"
}
},
"dependencies": {
"@nrwl/workspace": "16.3.1",
"@nx/devkit": "16.3.1",
"@nrwl/workspace": "16.3.2",
"@nx/devkit": "16.3.2",
"@parcel/watcher": "2.0.4",

@@ -78,3 +78,3 @@ "chalk": "^4.1.0",

"npm-run-path": "^4.0.1",
"nx": "16.3.1",
"nx": "16.3.2",
"open": "^8.4.0",

@@ -91,3 +91,3 @@ "rxjs": "^7.8.0",

"types": "./index.d.ts",
"gitHead": "29dc4bd6d069abfd91d8f4e0640047b23ceafac5"
"gitHead": "097c1ca05f2fd825a6d7c70659350acd8455e144"
}

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

tslib_1.__exportStar(require("nx/src/project-graph/file-utils"), exports);
//# sourceMappingURL=file-utils.js.map

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

tslib_1.__exportStar(require("nx/src/project-graph/project-graph"), exports);
//# sourceMappingURL=project-graph.js.map

@@ -48,2 +48,1 @@ "use strict";

exports.batchCounter = batchCounter;
//# sourceMappingURL=counter.impl.js.map

@@ -46,2 +46,1 @@ "use strict";

}
//# sourceMappingURL=ci-workflow.js.map

@@ -86,2 +86,1 @@ "use strict";

exports.convertToNxProjectSchematic = (0, devkit_1.convertNxGenerator)(convertToNxProjectGenerator);
//# sourceMappingURL=convert-to-nx-project.js.map

@@ -24,2 +24,1 @@ "use strict";

exports.checkDestination = checkDestination;
//# sourceMappingURL=check-destination.js.map

@@ -18,2 +18,1 @@ "use strict";

exports.createProjectConfigurationInNewDestination = createProjectConfigurationInNewDestination;
//# sourceMappingURL=create-project-configuration-in-new-destination.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.moveProjectFiles = moveProjectFiles;
//# sourceMappingURL=move-project-files.js.map

@@ -15,2 +15,1 @@ "use strict";

exports.normalizeSchema = normalizeSchema;
//# sourceMappingURL=normalize-schema.js.map

@@ -54,2 +54,1 @@ "use strict";

}
//# sourceMappingURL=update-build-targets.js.map

@@ -39,2 +39,1 @@ "use strict";

exports.updateCypressConfig = updateCypressConfig;
//# sourceMappingURL=update-cypress-config.js.map

@@ -21,2 +21,1 @@ "use strict";

exports.updateDefaultProject = updateDefaultProject;
//# sourceMappingURL=update-default-project.js.map

@@ -44,2 +44,1 @@ "use strict";

exports.updateEslintrcJson = updateEslintrcJson;
//# sourceMappingURL=update-eslintrc-json.js.map

@@ -20,2 +20,1 @@ "use strict";

exports.updateImplicitDependencies = updateImplicitDependencies;
//# sourceMappingURL=update-implicit-dependencies.js.map

@@ -161,2 +161,1 @@ "use strict";

}
//# sourceMappingURL=update-imports.js.map

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

exports.updateJestConfig = updateJestConfig;
//# sourceMappingURL=update-jest-config.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.updatePackageJson = updatePackageJson;
//# sourceMappingURL=update-package-json.js.map

@@ -44,2 +44,1 @@ "use strict";

exports.updateProjectRootFiles = updateProjectRootFiles;
//# sourceMappingURL=update-project-root-files.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.updateReadme = updateReadme;
//# sourceMappingURL=update-readme.js.map

@@ -44,2 +44,1 @@ "use strict";

}
//# sourceMappingURL=update-storybook-config.js.map

@@ -46,2 +46,1 @@ "use strict";

exports.normalizeSlashes = normalizeSlashes;
//# sourceMappingURL=utils.js.map

@@ -48,2 +48,1 @@ "use strict";

exports.moveSchematic = (0, devkit_1.convertNxGenerator)(moveGenerator);
//# sourceMappingURL=move.js.map

@@ -141,2 +141,1 @@ "use strict";

}
//# sourceMappingURL=generate-preset.js.map

@@ -171,2 +171,1 @@ "use strict";

}
//# sourceMappingURL=generate-workspace-files.js.map

@@ -90,2 +90,1 @@ "use strict";

}
//# sourceMappingURL=new.js.map

@@ -42,2 +42,1 @@ "use strict";

exports.npmPackageSchematic = (0, devkit_1.convertNxGenerator)(npmPackageGenerator);
//# sourceMappingURL=npm-package.js.map

@@ -188,2 +188,1 @@ "use strict";

}
//# sourceMappingURL=preset.js.map

@@ -18,2 +18,1 @@ "use strict";

};
//# sourceMappingURL=jest-project.config.js.map

@@ -9,2 +9,1 @@ module.exports = {

};
//# sourceMappingURL=jest.config.js.map

@@ -27,2 +27,1 @@ "use strict";

exports.checkDependencies = checkDependencies;
//# sourceMappingURL=check-dependencies.js.map

@@ -26,2 +26,1 @@ "use strict";

exports.checkProjectIsSafeToRemove = checkProjectIsSafeToRemove;
//# sourceMappingURL=check-project-is-safe-to-remove.js.map

@@ -72,2 +72,1 @@ "use strict";

}
//# sourceMappingURL=check-targets.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.removeProjectReferencesInConfig = removeProjectReferencesInConfig;
//# sourceMappingURL=remove-project-references-in-config.js.map

@@ -15,2 +15,1 @@ "use strict";

exports.removeProject = removeProject;
//# sourceMappingURL=remove-project.js.map

@@ -64,2 +64,1 @@ "use strict";

exports.updateJestConfig = updateJestConfig;
//# sourceMappingURL=update-jest-config.js.map

@@ -35,2 +35,1 @@ "use strict";

exports.updateTsconfig = updateTsconfig;
//# sourceMappingURL=update-tsconfig.js.map

@@ -31,2 +31,1 @@ "use strict";

exports.removeSchematic = (0, devkit_1.convertNxGenerator)(removeGenerator);
//# sourceMappingURL=remove.js.map

@@ -30,2 +30,1 @@ "use strict";

exports.runCommandsSchematic = (0, devkit_1.convertNxGenerator)(runCommandsGenerator);
//# sourceMappingURL=run-commands.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.getNpmPackageVersion = getNpmPackageVersion;
//# sourceMappingURL=get-npm-package-version.js.map

@@ -48,2 +48,1 @@ "use strict";

exports.insertImport = insertImport;
//# sourceMappingURL=insert-import.js.map

@@ -34,2 +34,1 @@ "use strict";

exports.insertStatement = insertStatement;
//# sourceMappingURL=insert-statement.js.map

@@ -25,2 +25,1 @@ "use strict";

})(Preset = exports.Preset || (exports.Preset = {}));
//# sourceMappingURL=presets.js.map

@@ -19,2 +19,1 @@ "use strict";

exports.default = default_1;
//# sourceMappingURL=workspace-generator.js.map

@@ -39,2 +39,1 @@ "use strict";

exports.default = setTargetDependencies;
//# sourceMappingURL=add-target-dependencies.js.map

@@ -34,2 +34,1 @@ "use strict";

}
//# sourceMappingURL=config-locations.js.map

@@ -30,2 +30,1 @@ "use strict";

exports.default = setDefaultBaseIfNotSet;
//# sourceMappingURL=set-default-base-if-not-set.js.map

@@ -14,2 +14,1 @@ "use strict";

exports.default = updateDecorateAngularCLI;
//# sourceMappingURL=update-decorate-cli.js.map

@@ -17,2 +17,1 @@ "use strict";

exports.default = updateTasksRunner;
//# sourceMappingURL=update-tasks-runner.js.map

@@ -27,2 +27,1 @@ "use strict";

exports.default = setParallelDefault;
//# sourceMappingURL=set-parallel-default.js.map

@@ -31,2 +31,1 @@ "use strict";

exports.default = updateTscExecutorLocation;
//# sourceMappingURL=update-tsc-executor-location.js.map

@@ -17,2 +17,1 @@ "use strict";

exports.default = removeOldTaskRunnerOptions;
//# sourceMappingURL=remove-old-task-runner-options.js.map

@@ -28,2 +28,1 @@ "use strict";

exports.default = replaceTaoWithNx;
//# sourceMappingURL=replace-tao-with-nx.js.map

@@ -13,2 +13,1 @@ "use strict";

exports.default = updateDecorateAngularCLI;
//# sourceMappingURL=update-decorate-cli.js.map

@@ -20,2 +20,1 @@ "use strict";

exports.default = changeNpmScriptExecutor;
//# sourceMappingURL=change-npm-script-executor.js.map

@@ -21,2 +21,1 @@ "use strict";

exports.default = changeNxJsonPresets;
//# sourceMappingURL=change-nx-json-presets.js.map

@@ -28,2 +28,1 @@ "use strict";

exports.default = enableSourceAnalysis;
//# sourceMappingURL=enable-source-analysis.js.map

@@ -20,2 +20,1 @@ "use strict";

exports.default = changeRunCommandsExecutor;
//# sourceMappingURL=change-run-commands-executor.js.map

@@ -15,2 +15,1 @@ "use strict";

exports.default = splitConfigurationIntoProjectJsonFiles;
//# sourceMappingURL=split-configuration-into-project-json-files.js.map

@@ -13,2 +13,1 @@ "use strict";

exports.default = replacePackage;
//# sourceMappingURL=update-16-0-0-add-nx-packages.js.map

@@ -43,2 +43,1 @@ "use strict";

exports.default = update;
//# sourceMappingURL=fix-invalid-babelrc.js.map

@@ -196,2 +196,1 @@ "use strict";

}
//# sourceMappingURL=move-workspace-generators-to-local-plugin.js.map

@@ -6,2 +6,1 @@ "use strict";

Object.defineProperty(exports, "Cache", { enumerable: true, get: function () { return cache_1.Cache; } });
//# sourceMappingURL=cache.js.map

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

tslib_1.__exportStar(require("nx/src/tasks-runner/default-tasks-runner"), exports);
//# sourceMappingURL=default-tasks-runner.js.map

@@ -6,2 +6,1 @@ "use strict";

Object.defineProperty(exports, "CompositeLifeCycle", { enumerable: true, get: function () { return life_cycle_1.CompositeLifeCycle; } });
//# sourceMappingURL=life-cycle.js.map

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

tslib_1.__exportStar(require("nx/src/tasks-runner/life-cycles/dynamic-run-many-terminal-output-life-cycle"), exports);
//# sourceMappingURL=dynamic-run-many-terminal-output-life-cycle.js.map

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

tslib_1.__exportStar(require("nx/src/tasks-runner/tasks-runner"), exports);
//# sourceMappingURL=tasks-runner.js.map

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

tslib_1.__exportStar(require("nx/src/tasks-runner/utils"), exports);
//# sourceMappingURL=utils.js.map

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

tslib_1.__exportStar(require("nx/src/utils/workspace-root"), exports);
//# sourceMappingURL=app-root.js.map

@@ -320,2 +320,1 @@ "use strict";

}
//# sourceMappingURL=buildable-libs-utils.js.map

@@ -16,2 +16,1 @@ "use strict";

exports.deduceDefaultBase = deduceDefaultBase;
//# sourceMappingURL=default-base.js.map

@@ -52,2 +52,1 @@ "use strict";

exports.renameSync = renameSync;
//# sourceMappingURL=fileutils.js.map

@@ -26,2 +26,1 @@ "use strict";

}
//# sourceMappingURL=get-import-path.js.map

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

tslib_1.__exportStar(require("nx/src/utils/output"), exports);
//# sourceMappingURL=output.js.map

@@ -19,2 +19,1 @@ "use strict";

exports.runTasksInSerial = runTasksInSerial;
//# sourceMappingURL=run-tasks-in-serial.js.map

@@ -68,2 +68,1 @@ "use strict";

exports.findNodes = findNodes;
//# sourceMappingURL=ts-config.js.map

@@ -71,2 +71,1 @@ "use strict";

exports.getRootTsConfigPathInTree = getRootTsConfigPathInTree;
//# sourceMappingURL=typescript.js.map

@@ -120,2 +120,1 @@ "use strict";

}
//# sourceMappingURL=compilation.js.map

@@ -22,2 +22,1 @@ "use strict";

exports.getSourceNodes = getSourceNodes;
//# sourceMappingURL=get-source-nodes.js.map

@@ -14,2 +14,1 @@ "use strict";

exports.checkAndCleanWithSemver = checkAndCleanWithSemver;
//# sourceMappingURL=version-utils.js.map

@@ -6,2 +6,1 @@ "use strict";

Object.defineProperty(exports, "getSourceNodes", { enumerable: true, get: function () { return get_source_nodes_1.getSourceNodes; } });
//# sourceMappingURL=ast-utils.js.map

@@ -30,2 +30,1 @@ "use strict";

exports.serializeTarget = serializeTarget;
//# sourceMappingURL=cli-config-utils.js.map

@@ -67,2 +67,1 @@ "use strict";

exports.renameSync = renameSync;
//# sourceMappingURL=fileutils.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=lint.js.map

@@ -134,2 +134,1 @@ "use strict";

exports.output = new CLIOutput();
//# sourceMappingURL=output.js.map

@@ -11,2 +11,1 @@ "use strict";

}
//# sourceMappingURL=perf-logging.js.map

@@ -18,2 +18,1 @@ "use strict";

exports.projectRootDir = projectRootDir;
//# sourceMappingURL=project-type.js.map

@@ -18,2 +18,1 @@ "use strict";

exports.addInstallTask = addInstallTask;
//# sourceMappingURL=add-install-task.js.map

@@ -12,2 +12,1 @@ "use strict";

exports.deleteFile = deleteFile;
//# sourceMappingURL=deleteFile.js.map

@@ -58,2 +58,1 @@ "use strict";

exports.formatFiles = formatFiles;
//# sourceMappingURL=format-files.js.map

@@ -39,2 +39,1 @@ "use strict";

exports.visitNotIgnoredFiles = visitNotIgnoredFiles;
//# sourceMappingURL=visit-not-ignored-files.js.map

@@ -160,2 +160,1 @@ "use strict";

exports.featurePath = featurePath;
//# sourceMappingURL=strings.js.map

@@ -147,2 +147,1 @@ "use strict";

exports.MockBuilderContext = MockBuilderContext;
//# sourceMappingURL=testing-utils.js.map

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

tslib_1.__exportStar(require("../utilities/version-utils"), exports);
//# sourceMappingURL=version-utils.js.map

@@ -13,2 +13,1 @@ "use strict";

exports.prettierVersion = '^2.6.2';
//# sourceMappingURL=versions.js.map

@@ -97,2 +97,1 @@ "use strict";

exports.updateBuilderConfig = updateBuilderConfig;
//# sourceMappingURL=workspace.js.map

@@ -6,2 +6,1 @@ "use strict";

Object.defineProperty(exports, "default", { enumerable: true, get: function () { return default_tasks_runner_1.defaultTasksRunner; } });
//# sourceMappingURL=default.js.map

@@ -8,2 +8,1 @@ "use strict";

Object.defineProperty(exports, "MockBuilderContext", { enumerable: true, get: function () { return testing_utils_1.MockBuilderContext; } });
//# sourceMappingURL=testing.js.map
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