Socket
Socket
Sign inDemoInstall

@angular/cli

Package Overview
Dependencies
Maintainers
2
Versions
829
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cli - npm Package Compare versions

Comparing version 18.2.0-next.2 to 18.2.0-next.3

32

package.json
{
"name": "@angular/cli",
"version": "18.2.0-next.2",
"version": "18.2.0-next.3",
"description": "CLI tool for Angular",

@@ -28,12 +28,12 @@ "main": "lib/cli/index.js",

"dependencies": {
"@angular-devkit/architect": "0.1802.0-next.2",
"@angular-devkit/core": "18.2.0-next.2",
"@angular-devkit/schematics": "18.2.0-next.2",
"@inquirer/prompts": "5.3.2",
"@listr2/prompt-adapter-inquirer": "2.0.14",
"@schematics/angular": "18.2.0-next.2",
"@angular-devkit/architect": "0.1802.0-next.3",
"@angular-devkit/core": "18.2.0-next.3",
"@angular-devkit/schematics": "18.2.0-next.3",
"@inquirer/prompts": "5.3.5",
"@listr2/prompt-adapter-inquirer": "2.0.15",
"@schematics/angular": "18.2.0-next.3",
"@yarnpkg/lockfile": "1.1.0",
"ini": "4.1.3",
"jsonc-parser": "3.3.1",
"listr2": "8.2.3",
"listr2": "8.2.4",
"npm-package-arg": "11.0.3",

@@ -50,10 +50,10 @@ "npm-pick-manifest": "9.1.0",

"packageGroup": {
"@angular/cli": "18.2.0-next.2",
"@angular/build": "18.2.0-next.2",
"@angular/ssr": "18.2.0-next.2",
"@angular-devkit/architect": "0.1802.0-next.2",
"@angular-devkit/build-angular": "18.2.0-next.2",
"@angular-devkit/build-webpack": "0.1802.0-next.2",
"@angular-devkit/core": "18.2.0-next.2",
"@angular-devkit/schematics": "18.2.0-next.2"
"@angular/cli": "18.2.0-next.3",
"@angular/build": "18.2.0-next.3",
"@angular/ssr": "18.2.0-next.3",
"@angular-devkit/architect": "0.1802.0-next.3",
"@angular-devkit/build-angular": "18.2.0-next.3",
"@angular-devkit/build-webpack": "0.1802.0-next.3",
"@angular-devkit/core": "18.2.0-next.3",
"@angular-devkit/schematics": "18.2.0-next.3"
}

@@ -60,0 +60,0 @@ },

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

// TODO(bazel): Convert this to use build-time version stamping after flipping the build script to use bazel
// export const VERSION = new Version('18.2.0-next.2');
// export const VERSION = new Version('18.2.0-next.3');
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
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