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
10.1.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [10.1.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.0.1...v10.1.0) (2020-10-18)
### Features
* add ngsw.json detection and updating to native cli ([1dd77fa](https://github.com/kyubisation/angular-server-side-configuration/commit/1dd77fa943793b6aaa83f34efa87dbc2ef4c4015))
### [10.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v10.0.0...v10.0.1) (2020-07-05)

@@ -7,0 +14,0 @@

4

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

@@ -17,3 +17,3 @@ "builders": "./builders/builders.json",

"test:node": "jest --ci",
"test:go": "cd cli && go build && go test",
"test:go": "cd cli && go test",
"test": "run-s test:*",

@@ -20,0 +20,0 @@ "lint": "tslint -p tsconfig.json",