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 Compare versions

Comparing version

to
19.0.0

2

package.json
{
"name": "angular-server-side-configuration",
"version": "19.0.0-next.0",
"version": "19.0.0",
"description": "Configure an angular application on the server",

@@ -5,0 +5,0 @@ "repository": {

@@ -23,2 +23,10 @@ # angular-server-side-configuration

## Changes with version 19
With version 19, the Angular CLI compiler seems to be more strict with global typing, as it
will now complain about the definition for the global `process` variable.
You can prevent the error either by setting `skipLibCheck: true` in your tsconfig.json
(which has been the default in new Angular projects generated by the Angular CLI)
or by adding `node` to the `types` entry in your tsconfig.app.json.
## Changes with version 16

@@ -258,3 +266,3 @@

# Install ngssc binary
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0-next.0/ngssc_64bit /usr/sbin/ngssc
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0/ngssc_64bit /usr/sbin/ngssc
RUN chmod +x /usr/sbin/ngssc

@@ -261,0 +269,0 @@

@@ -15,3 +15,3 @@ {

"dockerfile": {
"version": "19.0.0-next.0",
"version": "19.0.0",
"description": "Updates the download url for ngssc",

@@ -18,0 +18,0 @@ "factory": "./ng-update/index#dockerfile"