You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-server-side-configuration

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-server-side-configuration - npm Package Versions

134567

17.0.2

Diff
k
kyubisation
published 17.0.2 •

Changelog

Source

17.0.2 (2023-11-12)

Bug Fixes

  • adapt to @angular-devkit/build-angular:application builder (#88) (8d06efe), closes #87
  • correct sideEffects path (aeaf3bf)
k
kyubisation
published 17.0.1 •

Changelog

Source

17.0.1 (2023-11-08)

Bug Fixes

  • align @schematics/angular version (4468665)
k
kyubisation
published 17.0.0-next.1 •

Changelog

Source

17.0.0-next.1 (2023-11-04)

k
kyubisation
published 16.0.0 •

Changelog

Source

16.0.0 (2023-05-03)

⚠ BREAKING CHANGES

  • In order to improve security (and apply Secure by default), the default for searchPattern has been changed to {sourceRoot}/**/environments/environment*.ts (from {sourceRoot}/**/!(*server*).ts). If your project uses environment variables in other files, update the searchPattern entry in your ngsscbuild block in your angular.json.
  • Update to Angular 16

Features

  • change default search pattern to only include environment files (#82) (f0aef80)
  • upgrade to Angular 16 (#81) (c1f4d02)
k
kyubisation
published 15.1.0 •

Changelog

Source

15.1.0 (2023-03-22)

Features

  • add searchPattern as an option and restrict default search pattern (#75) (d701f51)

Bug Fixes

  • use correct path for environment files in ng-add (421b3ff)
k
kyubisation
published 15.0.2 •

Changelog

Source

15.0.2 (2022-11-24)

Bug Fixes

k
kyubisation
published 15.0.1 •

Changelog

Source

15.0.1 (2022-11-19)

Bug Fixes

  • aggregate detected variables correctly (#72) (b8ed332)
k
kyubisation
published 15.0.0 •

Changelog

Source

15.0.0 (2022-11-18)

⚠ BREAKING CHANGES

  • Angular 15 is now required. With version 15 of the Angular CLI, environment files are no longer generated by default. In order to adapt, using ng add angular-server-side-configuration will try to add the import in either app.module.ts, app.components.ts or main.ts depending on availability. The ngssc builder will also now search all files for environment variable usages instead of just the defined environment file.

Features

k
kyubisation
published 14.0.1 •

Changelog

Source

14.0.1 (2022-06-04)

Bug Fixes

  • update peer dependencies version range (04d6f55)
k
kyubisation
published 14.0.0 •

Changelog

Source

14.0.0 (2022-06-04)

⚠ BREAKING CHANGES

  • Update to Angular 14

  • update to Angular 14 (875ce64)