Socket
Socket
Sign inDemoInstall

@angular/cli

Package Overview
Dependencies
Maintainers
3
Versions
829
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/cli - npm Package Versions

23
83

19.0.0-next.6

Diff

google-wombot
published 19.0.0-next.5 •

google-wombot
published 19.0.0-next.4 •

Changelog

Source

19.0.0-next.4 (2024-09-11)

@angular/cli

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | 201b60e1d | feat | handle string key/value pairs, e.g. --define | | ecc107d83 | perf | enable Node.js compile code cache when available |

@angular/build

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 4153a6ecf | fix | prevent transformation of Node.js internal dependencies by Vite |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- | | 41fb2ed86 | feat | Add getHeaders Method to AngularAppEngine and AngularNodeAppEngine for handling pages static headers | | 576ff604c | feat | introduce AngularNodeAppEngine API for Node.js integration | | e9c9e4995 | fix | resolve circular dependency issue from main.server.js reference in manifest |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.4"></a>

google-wombot
published 18.2.4 •

google-wombot
published 19.0.0-next.3 •

Changelog

Source

19.0.0-next.3 (2024-09-04)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | 3ee21631f | fix | clear context in Karma by default for single run executions |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------- | | 455b5700c | feat | expose writeResponseToNodeResponse and createWebRequestFromNodeRequest in public API |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.3"></a>

google-wombot
published 18.2.3 •

Changelog

Source

18.2.3 (2024-09-04)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ | | 482076612 | fix | update webpack-dev-middleware to 7.4.2 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="18.2.2"></a>

google-wombot
published 17.3.9 •

Changelog

Source

17.3.9 (2024-08-29)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | e2c5c034d | fix | clear context in Karma by default for single run executions | | 88501f3d5 | fix | upgrade webpack to 5.94.0 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="16.2.15"></a>

google-wombot
published 16.2.15 •

Changelog

Source

16.2.15 (2024-08-29)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | f596a3d5d | fix | clear context in Karma by default for single run executions | | 56fa051bd | fix | upgrade webpack to 5.94.0 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-next.1"></a>

google-wombot
published 18.2.2 •

Changelog

Source

18.2.2 (2024-08-29)

@angular-devkit/build-angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | 504b00b93 | fix | clear context in Karma by default for single run executions | | 82b76086e | fix | update webpack to 5.94.0 |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.0.0-next.2"></a>

google-wombot
published 19.0.0-next.2 •

Changelog

Source

19.0.0-next.2 (2024-08-28)

Breaking Changes

@angular/ssr

  • The CommonEngine API now needs to be imported from @angular/ssr/node.

    Before

    import { CommonEngine } from '@angular/ssr';
    

    After

    import { CommonEngine } from '@angular/ssr/node';
    

@schematics/angular

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | a381a3db1 | feat | add option to export component as default |

@angular/ssr

| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 30c25bf68 | feat | export AngularAppEngine as public API | | 4b09887a9 | feat | move CommonEngine API to /node entry-point | | d43180af5 | fix | add missing peer dependency on @angular/platform-server |

<!-- CHANGELOG SPLIT MARKER -->

<a name="17.3.9"></a>

23
83
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