Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-pwa

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-pwa - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

src/sw.js

2

package.json
{
"name": "create-pwa",
"version": "0.2.2",
"version": "0.2.3",
"description": "Easily create a progressive web app",

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

@@ -32,4 +32,2 @@ [![GitHub stars](https://img.shields.io/github/stars/scriptex/create-pwa.svg?style=social&label=Stars)](https://github.com/scriptex/create-pwa)

You can either install `create-pwa` globally:
```console

@@ -45,4 +43,8 @@ # Using NPM:

`icon`: Specifies relative path to the application icon. This path is relative to the folder you are located in currently (`your/app/folder`). It is recommended that the icon file should be at least 512 pixels wide and 512 pixels high. **The `icon` argument is required.**
`icon`: Specifies relative path to the application icon.
This path is relative to the folder you are located in. It is recommended that the icon file should be at least 512 pixels wide and 512 pixels high.
**The `icon` argument is required.**
## Usage

@@ -49,0 +51,0 @@

@@ -19,3 +19,3 @@ #!/usr/bin/env node

const manifestTemplate = require('./manifest');
const serviceWorkerTemplate = require('./service-worker');
const serviceWorkerTemplate = require('./sw');

@@ -22,0 +22,0 @@ /**

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