Socket
Socket
Sign inDemoInstall

@ngx-pwa/ngsw-schema

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md
# Changelog
## 1.0.1 (2019-03-06)
### Bug fix
- `additionnalProperties` were in wrong places
## 1.0.0 (2019-02-14)

@@ -4,0 +10,0 @@

6

package.json
{
"name": "@ngx-pwa/ngsw-schema",
"version": "1.0.1",
"version": "1.0.2",
"description": "JSON schema for Angular service worker configuration file (ngsw-config.json)",

@@ -13,4 +13,2 @@ "author": "Cyrille Tuzi",

"angular 7",
"angular8",
"angular 8",
"serviceworker",

@@ -30,3 +28,3 @@ "service worker",

"peerDependencies": {
"@angular/service-worker": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^8.0.0-beta || ^8.0.0-rc"
"@angular/service-worker": "^6.0.0 || ^7.0.0"
},

@@ -33,0 +31,0 @@ "scripts": {

# JSON schema for Angular service worker configuration file (`ngsw-config.json`)
## Angular 8 update
My [PR in Angular repo](https://github.com/angular/angular/pull/27859) has been accepted and merged,
so this feature is now directly available in Angular >= 8.0.0-beta.7.
This lib is only useful in Angular 6 or 7.
## By the same author
- [Angular schematics extension for VS Code](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics) (GUI for Angular CLI commands)
- [@ngx-pwa/local-storage](https://github.com/cyrilletuzi/angular-async-local-storage): 1st Angular library for local storage
- Other Angular library: [@ngx-pwa/offline](https://github.com/cyrilletuzi/ngx-pwa-offline)
- Popular [Angular posts on Medium](https://medium.com/@cyrilletuzi)
- Follow updates of this lib on [Twitter](https://twitter.com/cyrilletuzi)
- **[Angular onsite trainings](https://formationjavascript.com/formation-angular/)** (based in Paris, so the website is in French, but [my English bio is here](https://www.cyrilletuzi.com/en/web/) and I'm open to travel)
## Why this lib?
`@angular/service-worker` is a very powerful tool to build Progressive Web Apps.

@@ -20,14 +37,2 @@ The default service worker configuration file (`ngsw-config.json`) generated by the Angular CLI

I proposed [a PR in Angular repo](https://github.com/angular/angular/pull/27859).
While waiting for merge, I'm proposing this as an external contribution.
## By the same author
- [Angular schematics extension for VS Code](https://marketplace.visualstudio.com/items?itemName=cyrilletuzi.angular-schematics) (GUI for Angular CLI commands)
- [@ngx-pwa/local-storage](https://github.com/cyrilletuzi/angular-async-local-storage): 1st Angular library for local storage
- Other Angular library: [@ngx-pwa/offline](https://github.com/cyrilletuzi/ngx-pwa-offline)
- Popular [Angular posts on Medium](https://medium.com/@cyrilletuzi)
- Follow updates of this lib on [Twitter](https://twitter.com/cyrilletuzi)
- **[Angular onsite trainings](https://formationjavascript.com/formation-angular/)** (based in Paris, so the website is in French, but [my English bio is here](https://www.cyrilletuzi.com/en/web/) and I'm open to travel)
## Getting started

@@ -34,0 +39,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc