🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@nx/devkit

Package Overview
Dependencies
Maintainers
5
Versions
1841
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/devkit - npm Package Compare versions

Comparing version
23.0.0
to
23.1.0-beta.0
+1
-1
dist/src/utils/convert-nx-executor.js

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

function toObservable(promiseOrAsyncIterator) {
return new (require('rxjs').Observable)((subscriber) => {
return new require('rxjs').Observable((subscriber) => {
promiseOrAsyncIterator

@@ -57,0 +57,0 @@ .then((value) => {

@@ -26,5 +26,5 @@ import type { Tree } from 'nx/src/devkit-exports';

export declare function getDeclaredPackageVersion(tree: Tree, packageName: string, latestKnownVersion?: string): string | null;
export declare const NON_SEMVER_DIST_TAGS: readonly ["latest", "next"];
export declare const NON_SEMVER_DIST_TAGS: readonly ['latest', 'next'];
export type NonSemverDistTag = (typeof NON_SEMVER_DIST_TAGS)[number];
export declare function isNonSemverDistTag(version: string): version is NonSemverDistTag;
export declare function normalizeSemver(version: string): string | null;

@@ -1,1 +0,1 @@

export declare const typescriptVersion = "~5.9.2";
export declare const typescriptVersion = "~6.0.3";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.typescriptVersion = void 0;
exports.typescriptVersion = '~5.9.2';
exports.typescriptVersion = '~6.0.3';
{
"name": "@nx/devkit",
"version": "23.0.0",
"version": "23.1.0-beta.0",
"private": false,

@@ -63,3 +63,3 @@ "type": "commonjs",

"jest": "30.3.0",
"nx": "23.0.0"
"nx": "23.1.0-beta.0"
},

@@ -66,0 +66,0 @@ "peerDependencies": {

@@ -10,3 +10,2 @@ <p style="text-align: center;">

[![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
[![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()

@@ -16,4 +15,4 @@ [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
[![Nx Sandboxing](https://staging.nx.app/workspaces/62d013ea0852fe0a2df74438/sandbox-badge.svg)](https://nx.dev/docs/features/ci-features/sandboxing)

@@ -20,0 +19,0 @@ </div>